From f3796a363a4eb23e704a51700425cfda31101595 Mon Sep 17 00:00:00 2001 From: Jiyong Park Date: Mon, 15 Apr 2019 14:19:03 +0900 Subject: [PATCH] sm6250-common: Add updatable_apex.mk The product abstracts configs that need to be set to support updating of APEXes. Change-Id: Id5aa944ceba6a6846308f1c18a08af8b3bb38589 --- common.mk | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/common.mk b/common.mk index 0315f64..fb192e5 100644 --- a/common.mk +++ b/common.mk @@ -7,5 +7,11 @@ $(call inherit-product, $(SRC_TARGET_DIR)/product/core_64_bit.mk) $(call inherit-product, $(SRC_TARGET_DIR)/product/full_base_telephony.mk) +# Inherit proprietary targets +$(call inherit-product-if-exists, vendor/xiaomi/sm6250-common/sm6250-common-vendor.mk) + +# Enable updating of APEXes +$(call inherit-product, $(SRC_TARGET_DIR)/product/updatable_apex.mk) + # API PRODUCT_SHIPPING_API_LEVEL := 29