diff --git a/sdm660.mk b/sdm660.mk index c701c6c9..234b9775 100644 --- a/sdm660.mk +++ b/sdm660.mk @@ -27,7 +27,9 @@ $(call inherit-product, $(SRC_TARGET_DIR)/product/aosp_base_telephony.mk) $(call inherit-product-if-exists, build/target/product/embedded.mk) # Enable updating of APEXes +ifeq ($(ENABLE_APEX), true) $(call inherit-product, $(SRC_TARGET_DIR)/product/updatable_apex.mk) +endif # Inherit proprietary files $(call inherit-product, vendor/xiaomi/sdm660-common/sdm660-common-vendor.mk)