From d0ba8cd4234ac3de664b05d1e54b0c093e6d802e Mon Sep 17 00:00:00 2001 From: Jiyong Park Date: Mon, 16 Sep 2019 10:34:32 +0200 Subject: [PATCH] sdm660-common: Add updatable_apex.mk The product abstracts configs that need to be set to support updating of APEXes. Change-Id: Id5aa944ceba6a6846308f1c18a08af8b3bb38589 --- sdm660.mk | 3 +++ 1 file changed, 3 insertions(+) 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)