From 6cecdfb6d3da099e20904b47ce3f6dc1cd808d12 Mon Sep 17 00:00:00 2001 From: pix106 Date: Thu, 25 May 2023 08:07:10 +0200 Subject: [PATCH] Revert "sdm660-common: apex: Generate APEX image" This reverts commit 1c6b82775f00fa4025c737005ac011ac02d465cd. --- BoardConfigCommon.mk | 5 ----- 1 file changed, 5 deletions(-) diff --git a/BoardConfigCommon.mk b/BoardConfigCommon.mk index 923196ef..3dce8fc2 100644 --- a/BoardConfigCommon.mk +++ b/BoardConfigCommon.mk @@ -24,11 +24,6 @@ BOARD_USES_RECOVERY_AS_BOOT := true TARGET_NO_RECOVERY := true endif -# APEX image -ifeq ($(ENABLE_APEX), true) -DEXPREOPT_GENERATE_APEX_IMAGE := true -endif - # Broken Files/Headers BUILD_BROKEN_ELF_PREBUILT_PRODUCT_COPY_FILES := true