diff options
-rw-r--r-- | BoardConfigCommon.mk | 10 |
1 files changed, 0 insertions, 10 deletions
diff --git a/BoardConfigCommon.mk b/BoardConfigCommon.mk index e35d959..3a77e10 100644 --- a/BoardConfigCommon.mk +++ b/BoardConfigCommon.mk @@ -93,16 +93,6 @@ TARGET_ENABLE_MEDIADRM_64 := true # DT2W TARGET_TAP_TO_WAKE_NODE := "/sys/touchpanel/double_tap" -# Enable dexpreopt to speed boot time -ifeq ($(HOST_OS),linux) - ifneq ($(TARGET_BUILD_VARIANT),eng) - ifeq ($(WITH_DEXPREOPT),) - WITH_DEXPREOPT := true - WITH_DEXPREOPT_BOOT_IMG_AND_SYSTEM_SERVER_ONLY := true - endif - endif -endif - # FM ifeq ($(BOARD_HAVE_QCOM_FM),true) AUDIO_FEATURE_ENABLED_FM_POWER_OPT := true |