diff options
-rw-r--r-- | BoardConfigCommon.mk | 8 |
1 files changed, 0 insertions, 8 deletions
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 |