diff options
author | Jesse Wilson <jessewilson@google.com> | 2010-09-22 10:59:10 -0700 |
---|---|---|
committer | Jesse Wilson <jessewilson@google.com> | 2010-09-22 11:39:18 -0700 |
commit | ce7d5023c3df4c16ae395d64d51dd8345e40a39e (patch) | |
tree | 1619073ace764e10fd12efde24c52de220f7797e /core/main.mk | |
parent | 780c2372706c5250079cb7d759f6530691dd9143 (diff) | |
download | build-ce7d5023c3df4c16ae395d64d51dd8345e40a39e.zip build-ce7d5023c3df4c16ae395d64d51dd8345e40a39e.tar.gz build-ce7d5023c3df4c16ae395d64d51dd8345e40a39e.tar.bz2 |
Turn dalvikvm host builds on by default when linux is the host OS.
Previously host builds were only enabled under user and user-debug
builds. This will make it easier for Androids to find out if they've
inadvertently broken host compatibility in native code.
Change-Id: Id1f2d5e189c4c1b6462fe03bab1b0f75e98a599c
Diffstat (limited to 'core/main.mk')
-rw-r--r-- | core/main.mk | 5 |
1 files changed, 0 insertions, 5 deletions
diff --git a/core/main.mk b/core/main.mk index f3ec53f..440e0cc 100644 --- a/core/main.mk +++ b/core/main.mk @@ -225,11 +225,6 @@ ifneq (,$(user_variant)) WITH_DEXPREOPT := true endif - # TODO: Always set WITH_HOST_DALVIK (for user builds) once it works on OSX. - ifeq ($(HOST_OS),linux) - WITH_HOST_DALVIK := true - endif - # Disallow mock locations by default for user builds ADDITIONAL_DEFAULT_PROPERTIES += ro.allow.mock.location=0 |