sdm660-common: Introduce choosable APEX

As we have fde devices also.

Change-Id: I56a239292b748e6556e3b42608ada03dcf60b774
This commit is contained in:
Keertesh 2020-05-07 16:59:30 +05:30 committed by OdSazib
parent 4a73aa06ae
commit f1ecb3232c
No known key found for this signature in database
GPG key ID: CB336514F9F5CF69

View file

@ -27,7 +27,9 @@ $(call inherit-product, $(SRC_TARGET_DIR)/product/aosp_base_telephony.mk)
$(call inherit-product-if-exists, build/target/product/embedded.mk)
# Enable updating of APEXes
ifeq ($(ENABLE_APEX), true)
$(call inherit-product, $(SRC_TARGET_DIR)/product/updatable_apex.mk)
endif
# Inherit proprietary files
$(call inherit-product, vendor/xiaomi/sdm660-common/sdm660-common-vendor.mk)