From aecd4afd30a35f94a7651afce6a487ec89e9232a Mon Sep 17 00:00:00 2001 From: Jiyong Park Date: Mon, 15 Apr 2019 14:19:03 +0900 Subject: [PATCH] chiron: Add updatable_apex.mk The product abstracts configs that need to be set to support updating of APEXes. Change-Id: Id5aa944ceba6a6846308f1c18a08af8b3bb38589 --- lineage_chiron.mk | 1 + 1 file changed, 1 insertion(+) diff --git a/lineage_chiron.mk b/lineage_chiron.mk index bef65cc..8a23240 100644 --- a/lineage_chiron.mk +++ b/lineage_chiron.mk @@ -20,6 +20,7 @@ $(call inherit-product, $(SRC_TARGET_DIR)/product/full_base_telephony.mk) $(call inherit-product, $(SRC_TARGET_DIR)/product/languages_full.mk) $(call inherit-product, $(SRC_TARGET_DIR)/product/non_ab_device.mk) $(call inherit-product, $(SRC_TARGET_DIR)/product/product_launched_with_n_mr1.mk) +$(call inherit-product, $(SRC_TARGET_DIR)/product/updatable_apex.mk) $(call inherit-product, frameworks/native/build/phone-xhdpi-6144-dalvik-heap.mk) $(call inherit-product, vendor/xiaomi/chiron/chiron-vendor.mk)