Merge "Add ro.product.ab_ota_partitions as a build prop"

This commit is contained in:
Tianjie Xu
2020-08-04 21:36:08 +00:00
committed by Gerrit Code Review

View File

@@ -320,6 +320,10 @@ endif
ADDITIONAL_PRODUCT_PROPERTIES += ro.build.characteristics=$(TARGET_AAPT_CHARACTERISTICS)
ifeq ($(AB_OTA_UPDATER),true)
ADDITIONAL_PRODUCT_PROPERTIES += ro.product.ab_ota_partitions=$(subst $(space),$(comma),$(AB_OTA_PARTITIONS))
endif
# -----------------------------------------------------------------
###
### In this section we set up the things that are different