sm8550-common: Add updatable_apex.mk

The product abstracts configs that need to be set to support updating of APEXes.

Change-Id: I441fa7535c3b8bcb5897337e5c85b02f3e34053e
This commit is contained in:
Jiyong Park
2019-04-15 14:19:03 +09:00
committed by chaptsand
parent 2229f3fc4e
commit c4b96529d6

View File

@@ -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)