diff --git a/sdm660.mk b/sdm660.mk index 7c0041f5..67a5e912 100644 --- a/sdm660.mk +++ b/sdm660.mk @@ -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-if-exists, build/target/product/embedded.mk) +# Enable updating of APEXes +$(call inherit-product, $(SRC_TARGET_DIR)/product/updatable_apex.mk) + # Inherit proprietary files $(call inherit-product, vendor/xiaomi/sdm660-common/sdm660-common-vendor.mk) $(call inherit-product-if-exists, vendor/xiaomi/MiuiCamera/config.mk)