polaris: Add updatable_apex.mk

The product abstracts configs that need to be set to support updating of APEXes.

Change-Id: Id5aa944ceba6a6846308f1c18a08af8b3bb38589
This commit is contained in:
Jiyong Park
2019-04-15 14:19:03 +09:00
committed by Bruno Martins
parent 90066dfe90
commit d4ce7543f5

View File

@@ -6,6 +6,9 @@
$(call inherit-product, $(SRC_TARGET_DIR)/product/product_launched_with_o.mk)
# Enable updating of APEXes
$(call inherit-product, $(SRC_TARGET_DIR)/product/updatable_apex.mk)
# Get non-open-source specific aspects
$(call inherit-product-if-exists, vendor/xiaomi/polaris/polaris-vendor.mk)