Loading core/main.mk +4 −0 Original line number Diff line number Diff line Loading @@ -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 Loading Loading
core/main.mk +4 −0 Original line number Diff line number Diff line Loading @@ -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 Loading