summaryrefslogtreecommitdiff
path: root/BoardConfig.mk
diff options
context:
space:
mode:
authorAndreas Gampe <agampe@google.com>2016-11-29 03:57:18 +0000
committerandroid-build-merger <android-build-merger@google.com>2016-11-29 03:57:18 +0000
commit22d453acd5b0d4fe382cadf05e46c0f05c718bd4 (patch)
tree1fbcd2d083985e2049a2cdd0564c9378f90ceeba /BoardConfig.mk
parent052b70e3af505b3e8894861c4f5beb589342e361 (diff)
parent341e8400b688e53a305db5fd39632ef526e2444e (diff)
downloadangler-22d453acd5b0d4fe382cadf05e46c0f05c718bd4.tar.gz
Angler: Remove unnecessary WITH_DEXPREOPT block am: 150431c76a am: 36d68b1622 am: 582fbb14b9
am: 341e8400b6 Change-Id: I12fc92a1ede57bd138e2c5943ffe48a8d4c597fe
Diffstat (limited to 'BoardConfig.mk')
-rw-r--r--BoardConfig.mk9
1 files changed, 0 insertions, 9 deletions
diff --git a/BoardConfig.mk b/BoardConfig.mk
index 7c37bef..d2d9b80 100644
--- a/BoardConfig.mk
+++ b/BoardConfig.mk
@@ -76,15 +76,6 @@ BOARD_CHARGER_DISABLE_INIT_BLANK := true
# Enable auto suspend in poweroff charging to save power
BOARD_CHARGER_ENABLE_SUSPEND := true
-# Enable dex-preoptimization to speed up first boot sequence
-ifeq ($(HOST_OS),linux)
- ifneq ($(TARGET_BUILD_VARIANT),eng)
- ifeq ($(WITH_DEXPREOPT),)
- WITH_DEXPREOPT := true
- endif
- endif
-endif
-
TARGET_USERIMAGES_USE_EXT4 := true
BOARD_BOOTIMAGE_PARTITION_SIZE := 33554432
BOARD_RECOVERYIMAGE_PARTITION_SIZE := 33554432