sdm660-common: 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:
parent
3a60aea53a
commit
d0ba8cd423
1 changed files with 3 additions and 0 deletions
|
@ -27,6 +27,9 @@ $(call inherit-product, $(SRC_TARGET_DIR)/product/aosp_base_telephony.mk)
|
||||||
$(call inherit-product, $(SRC_TARGET_DIR)/product/product_launched_with_o_mr1.mk)
|
$(call inherit-product, $(SRC_TARGET_DIR)/product/product_launched_with_o_mr1.mk)
|
||||||
$(call inherit-product-if-exists, build/target/product/embedded.mk)
|
$(call inherit-product-if-exists, build/target/product/embedded.mk)
|
||||||
|
|
||||||
|
# Enable updating of APEXes
|
||||||
|
$(call inherit-product, $(SRC_TARGET_DIR)/product/updatable_apex.mk)
|
||||||
|
|
||||||
# Inherit proprietary files
|
# Inherit proprietary files
|
||||||
$(call inherit-product, vendor/xiaomi/sdm660-common/sdm660-common-vendor.mk)
|
$(call inherit-product, vendor/xiaomi/sdm660-common/sdm660-common-vendor.mk)
|
||||||
$(call inherit-product-if-exists, vendor/xiaomi/MiuiCamera/config.mk)
|
$(call inherit-product-if-exists, vendor/xiaomi/MiuiCamera/config.mk)
|
||||||
|
|
Loading…
Reference in a new issue