diff --git a/target/board/BoardConfigMainlineCommon.mk b/target/board/BoardConfigMainlineCommon.mk index e13317f3b5..5d67ff5b51 100644 --- a/target/board/BoardConfigMainlineCommon.mk +++ b/target/board/BoardConfigMainlineCommon.mk @@ -39,3 +39,7 @@ BOARD_AVB_ENABLE := true BOARD_AVB_ROLLBACK_INDEX := $(PLATFORM_SECURITY_PATCH_TIMESTAMP) BOARD_CHARGER_ENABLE_SUSPEND := true + +# Enable A/B update +AB_OTA_UPDATER := true +AB_OTA_PARTITIONS := system diff --git a/target/product/gsi_common.mk b/target/product/gsi_common.mk index 72d8b41c78..5e73e63243 100644 --- a/target/product/gsi_common.mk +++ b/target/product/gsi_common.mk @@ -64,10 +64,6 @@ PRODUCT_FULL_TREBLE_OVERRIDE := true # Enable dynamic partition size PRODUCT_USE_DYNAMIC_PARTITION_SIZE := true -# Enable A/B update -AB_OTA_UPDATER := true -AB_OTA_PARTITIONS := system - # Needed by Pi newly launched device to pass VtsTrebleSysProp on GSI PRODUCT_COMPATIBLE_PROPERTY_OVERRIDE := true