walleye: 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 8bd4f7ab64
commit b8931cc9fb

View File

@@ -42,3 +42,13 @@ TARGET_RECOVERY_WIPE := device/google/walleye/recovery.wipe
TARGET_RECOVERY_UI_LIB := \
librecovery_ui_walleye \
libfstab
# Board uses A/B OTA.
AB_OTA_UPDATER := true
AB_OTA_PARTITIONS += \
boot \
system \
vbmeta \
dtbo \
vendor