From c4b96529d6d6fbe4c1d01a923a948611f31ac1d9 Mon Sep 17 00:00:00 2001 From: Jiyong Park Date: Mon, 15 Apr 2019 14:19:03 +0900 Subject: [PATCH] sm8550-common: Add updatable_apex.mk The product abstracts configs that need to be set to support updating of APEXes. Change-Id: I441fa7535c3b8bcb5897337e5c85b02f3e34053e --- common.mk | 3 +++ 1 file changed, 3 insertions(+) diff --git a/common.mk b/common.mk index 86d3e27..90bdce5 100644 --- a/common.mk +++ b/common.mk @@ -4,6 +4,9 @@ # SPDX-License-Identifier: Apache-2.0 # +# Configure updatable_apex.mk +$(call inherit-product, $(SRC_TARGET_DIR)/product/updatable_apex.mk) + # Enable project quotas and casefolding for emulated storage without sdcardfs $(call inherit-product, $(SRC_TARGET_DIR)/product/emulated_storage.mk)