From 0c11497347efdba0e0f71f033450e8600e87d190 Mon Sep 17 00:00:00 2001 From: Anton Hansson Date: Wed, 7 Nov 2018 16:09:35 +0000 Subject: [PATCH] sm8250-common: Remove obsolete dex settings This block is completely redundant because.. - WITH_DEXPREOPT := true is the default - WITH_DEXPREOPT_PIC is never read - DEX_PREOPT_DEFAULT := nostripping has no effect when the BOARD_USES_SYSTEM_OTHER_ODEX flag is set to true Test: make Change-Id: I618a1e395ca1a14555cd50eef1a4f1aa079b553d --- BoardConfigCommon.mk | 7 ------- 1 file changed, 7 deletions(-) diff --git a/BoardConfigCommon.mk b/BoardConfigCommon.mk index b40a028..3330847 100644 --- a/BoardConfigCommon.mk +++ b/BoardConfigCommon.mk @@ -106,13 +106,6 @@ USE_XML_AUDIO_POLICY_CONF := 1 TARGET_USES_QTI_CAMERA_DEVICE := true USE_DEVICE_SPECIFIC_CAMERA := true -# Dex -ifeq ($(HOST_OS),linux) - ifneq ($(TARGET_BUILD_VARIANT),eng) - WITH_DEXPREOPT ?= true - endif -endif - # Display TARGET_USES_COLOR_METADATA := true TARGET_USES_DISPLAY_RENDER_INTENTS := true