From cd2df7634f9227c06ae40871559ba665171f6491 Mon Sep 17 00:00:00 2001 From: Jiyong Park Date: Mon, 15 Apr 2019 14:19:03 +0900 Subject: [PATCH] sm6150-common: Add updatable_apex.mk The product abstracts configs that need to be set to support updating of APEXes. Change-Id: Id5aa944ceba6a6846308f1c18a08af8b3bb38589 --- sm6150.mk | 3 +++ 1 file changed, 3 insertions(+) diff --git a/sm6150.mk b/sm6150.mk index a0e7204..4a1eb22 100644 --- a/sm6150.mk +++ b/sm6150.mk @@ -20,6 +20,9 @@ $(call inherit-product, frameworks/native/build/phone-xhdpi-6144-dalvik-heap.mk) # Call the proprietary setup $(call inherit-product, vendor/xiaomi/sm6150-common/sm6150-common-vendor.mk) +# Enable updating of APEXes +$(call inherit-product, $(SRC_TARGET_DIR)/product/updatable_apex.mk) + # Additional native libraries PRODUCT_COPY_FILES += \ $(LOCAL_PATH)/configs/public.libraries.txt:$(TARGET_COPY_OUT_VENDOR)/etc/public.libraries.txt