taimen: define local A/B ota partitions

Partitions vary between walleye and taimen now.
No longer define A/B OTA partitions in common wahoo tree.
This commit is contained in:
PixelBoot
2022-03-25 10:10:52 -07:00
committed by Asriadi Rahim
parent 5e83695f18
commit d0dd6e00e1

View File

@@ -98,3 +98,13 @@ TARGET_RECOVERY_UI_LIB := \
# VTS DTBO Verification. This kernel cmdline parameter should be added by the bootloader
# for all future devices.
BOARD_KERNEL_CMDLINE += androidboot.dtbo_idx=12
# Board uses A/B OTA.
AB_OTA_UPDATER := true
AB_OTA_PARTITIONS += \
boot \
system \
vbmeta \
dtbo \
vendor