From a1fc2b45b515cd89f902082e34b740d6db24b7f3 Mon Sep 17 00:00:00 2001 From: Luca Stefani Date: Mon, 24 Feb 2020 16:07:47 +0100 Subject: [PATCH] sdm710-common: Don't generate APEX image * Google didn't turn it on on coral, as do we Change-Id: Ic585c198c261640c5f61589e62ce3abaf52c20d9 Signed-off-by: SamarV-121 --- BoardConfigCommon.mk | 3 --- 1 file changed, 3 deletions(-) diff --git a/BoardConfigCommon.mk b/BoardConfigCommon.mk index 950707c..d307108 100644 --- a/BoardConfigCommon.mk +++ b/BoardConfigCommon.mk @@ -35,9 +35,6 @@ TARGET_KERNEL_ARCH := arm64 # Platform TARGET_BOARD_PLATFORM_GPU := qcom-adreno616 -# APEX image -DEXPREOPT_GENERATE_APEX_IMAGE := true - # Audio USE_XML_AUDIO_POLICY_CONF := 1 AUDIO_FEATURE_ENABLED_FM_POWER_OPT := true