diff options
author | Ying Wang <wangying@google.com> | 2010-09-27 10:37:25 -0700 |
---|---|---|
committer | Ying Wang <wangying@google.com> | 2010-09-27 10:37:25 -0700 |
commit | 0235237805991b48831dc8add072a50c478b2fcb (patch) | |
tree | a67562669204c551b511db298cf3806a03fadb4a /core/main.mk | |
parent | 97984c41fe4f8fdca1f24c7bf790bf03b174f90e (diff) | |
download | build-0235237805991b48831dc8add072a50c478b2fcb.zip build-0235237805991b48831dc8add072a50c478b2fcb.tar.gz build-0235237805991b48831dc8add072a50c478b2fcb.tar.bz2 |
Remove emulator-based dexpreopt logic from the build system.
Change-Id: Ic96cbd1ebb9fa65aa85bf77f18a31913625d7e1c
Diffstat (limited to 'core/main.mk')
-rw-r--r-- | core/main.mk | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/core/main.mk b/core/main.mk index 8a70489..81bebc8 100644 --- a/core/main.mk +++ b/core/main.mk @@ -224,9 +224,11 @@ ifneq (,$(user_variant)) # TODO: Remove this and the corresponding block in # config/product_config.make once host-based Dalvik preoptimization is # working. + ifneq (true,$(DISABLE_DEXPREOPT)) ifeq ($(HOST_OS)-$(WITH_DEXPREOPT_buildbot),linux-true) WITH_DEXPREOPT := true endif + endif # Disallow mock locations by default for user builds ADDITIONAL_DEFAULT_PROPERTIES += ro.allow.mock.location=0 |