From def6db396f538f9d516915649630b80fc8821be7 Mon Sep 17 00:00:00 2001 From: Nicolas Geoffray Date: Fri, 22 Feb 2019 15:38:22 +0000 Subject: [PATCH] sdm710-common: Generate the apex image. Change-Id: I18a76766590db27a4c32534dc948f55f78da166c Signed-off-by: SamarV-121 --- BoardConfigCommon.mk | 3 +++ 1 file changed, 3 insertions(+) diff --git a/BoardConfigCommon.mk b/BoardConfigCommon.mk index 99aeea9..2206820 100644 --- a/BoardConfigCommon.mk +++ b/BoardConfigCommon.mk @@ -33,6 +33,9 @@ TARGET_KERNEL_ARCH := arm64 # Platform TARGET_BOARD_PLATFORM_GPU := qcom-adreno616 +# APEX image +DEXPREOPT_GENERATE_APEX_IMAGE := true + # Audio AUDIO_FEATURE_ENABLED_AAC_ADTS_OFFLOAD := true AUDIO_FEATURE_ENABLED_EXTN_FORMATS := true