summaryrefslogtreecommitdiffstats
path: root/core/dex_preopt.mk
diff options
context:
space:
mode:
authorYing Wang <wangying@google.com>2014-03-20 12:57:19 -0700
committerYing Wang <wangying@google.com>2014-03-20 13:01:31 -0700
commitc6848b398d776ca2303d5a6c225c6339a89e67f7 (patch)
tree4871d978c390d6007c80cdacbd7febf8e3c55565 /core/dex_preopt.mk
parent4f9d6f57fdea05904c6f45c7799aa7a0d0a32457 (diff)
downloadbuild-c6848b398d776ca2303d5a6c225c6339a89e67f7.zip
build-c6848b398d776ca2303d5a6c225c6339a89e67f7.tar.gz
build-c6848b398d776ca2303d5a6c225c6339a89e67f7.tar.bz2
Remove the redundant DISABLE_DEXPREOPT
To disable dexpreopt, use just: WITH_DEXPREOPT=false Change-Id: I5804f3774f8ec50eb16c5336776dbce0c28b16d9
Diffstat (limited to 'core/dex_preopt.mk')
-rw-r--r--core/dex_preopt.mk1
1 files changed, 0 insertions, 1 deletions
diff --git a/core/dex_preopt.mk b/core/dex_preopt.mk
index 0b85dc6..4918a2b 100644
--- a/core/dex_preopt.mk
+++ b/core/dex_preopt.mk
@@ -71,5 +71,4 @@ endif
else
$(warning No DALVIK_VM_LIB, disable dexpreopt.)
WITH_DEXPREOPT := false
-DISABLE_DEXPREOPT := true
endif # DALVIK_VM_LIB is defined.