From 52523b4d21e02f797a54ac701500dd6a5df68eda Mon Sep 17 00:00:00 2001 From: Luca Stefani Date: Thu, 12 Sep 2019 23:47:56 +0200 Subject: [PATCH] sdm845-common: Enabled updateable APEX Change-Id: Iae46cbf48ae5fbfa100e83e8d6ce19f225102cf3 --- BoardConfigCommon.mk | 3 +++ common.mk | 3 +++ 2 files changed, 6 insertions(+) diff --git a/BoardConfigCommon.mk b/BoardConfigCommon.mk index 1384f15..4ef36ce 100644 --- a/BoardConfigCommon.mk +++ b/BoardConfigCommon.mk @@ -67,6 +67,9 @@ PRODUCT_EXTRA_VNDK_VERSIONS := 28 # ANT+ BOARD_ANT_WIRELESS_DEVICE := "qualcomm-hidl" +# APEX +DEXPREOPT_GENERATE_APEX_IMAGE := true + # Audio USE_CUSTOM_AUDIO_POLICY := 1 USE_XML_AUDIO_POLICY_CONF := 1 diff --git a/common.mk b/common.mk index 75a947b..eb7d77b 100644 --- a/common.mk +++ b/common.mk @@ -14,6 +14,9 @@ # limitations under the License. # +# Enable updating of APEXes +$(call inherit-product, $(SRC_TARGET_DIR)/product/updatable_apex.mk) + # Get non-open-source specific aspects $(call inherit-product, vendor/oneplus/sdm845-common/sdm845-common-vendor.mk)