From 74a8152875b01d7b97923175d2b822edf21b6aa6 Mon Sep 17 00:00:00 2001 From: Anton Hansson Date: Wed, 7 Nov 2018 16:09:35 +0000 Subject: msm8996-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 | 8 -------- 1 file changed, 8 deletions(-) (limited to 'BoardConfigCommon.mk') diff --git a/BoardConfigCommon.mk b/BoardConfigCommon.mk index d45f7d4..cff94c1 100644 --- a/BoardConfigCommon.mk +++ b/BoardConfigCommon.mk @@ -108,14 +108,6 @@ DEVICE_SPECIFIC_CAMERA_PATH := $(VENDOR_PATH)/camera # Charger BOARD_CHARGER_DISABLE_INIT_BLANK := true -# Dex -ifeq ($(HOST_OS),linux) - ifneq ($(TARGET_BUILD_VARIANT),eng) - WITH_DEXPREOPT ?= true - endif -endif -WITH_DEXPREOPT_BOOT_IMG_AND_SYSTEM_SERVER_ONLY ?= true - # Display TARGET_USES_C2D_COMPOSITION := true TARGET_USES_GRALLOC1 := true -- cgit v1.2.3