Merge "AB_OTA_UPDATER is BoardConfig variable."

am: aa1f12d326

Change-Id: I93cd994848f0f9b72bc5a476d9f2fe2a474bbe81
This commit is contained in:
Tao Bao
2019-05-09 11:07:06 -07:00
committed by android-build-merger
2 changed files with 9 additions and 8 deletions

View File

@@ -168,3 +168,12 @@ BOARD_VNDK_VERSION := current
# Generate an APEX image for experiment b/119800099.
DEXPREOPT_GENERATE_APEX_IMAGE := true
# Board uses A/B OTA.
AB_OTA_UPDATER := true
AB_OTA_PARTITIONS += \
boot \
system \
vbmeta \
dtbo

View File

@@ -114,14 +114,6 @@ PRODUCT_PACKAGES += \
PRODUCT_PROPERTY_OVERRIDES += \
ro.cp_system_other_odex=1
AB_OTA_UPDATER := true
AB_OTA_PARTITIONS += \
boot \
system \
vbmeta \
dtbo
AB_OTA_POSTINSTALL_CONFIG += \
RUN_POSTINSTALL_system=true \
POSTINSTALL_PATH_system=system/bin/otapreopt_script \