summaryrefslogtreecommitdiffstats
path: root/core/product_config.mk
diff options
context:
space:
mode:
authorDan Bornstein <danfuzz@android.com>2010-09-07 17:45:44 -0700
committerDan Bornstein <danfuzz@android.com>2010-09-08 11:19:27 -0700
commitf13bdd94dc4d4f261d7a4850d7f4cd34b88e2cab (patch)
tree424509c0c4851fcf8fe0b5addb122205563f1769 /core/product_config.mk
parentdff3c59702392c2ed37b26b115c5cd0ed0498903 (diff)
downloadreplicant_build-f13bdd94dc4d4f261d7a4850d7f4cd34b88e2cab.zip
replicant_build-f13bdd94dc4d4f261d7a4850d7f4cd34b88e2cab.tar.gz
replicant_build-f13bdd94dc4d4f261d7a4850d7f4cd34b88e2cab.tar.bz2
Enable WITH_HOST_DALVIK for "user" builds on Linux.
Bug: 2497274 Change-Id: I636895b52c82f301f8c288ae670b34e1dbf32cc5
Diffstat (limited to 'core/product_config.mk')
-rw-r--r--core/product_config.mk11
1 files changed, 5 insertions, 6 deletions
diff --git a/core/product_config.mk b/core/product_config.mk
index 50bc7bc..7f79ff7 100644
--- a/core/product_config.mk
+++ b/core/product_config.mk
@@ -119,12 +119,11 @@ ifdef product_goals
default_goal_substitution := $(DEFAULT_GOAL)
endif
- # Hack to make the linux build servers use dexpreopt.
- # OSX is still a little flaky. Most engineers don't use this
- # type of target ("make PRODUCT-blah-user"), so this should
- # only tend to happen when using buildbot.
- # TODO: remove this and fix the matching lines in build/core/main.mk
- # once dexpreopt works better on OSX.
+ # Hack to make the linux build servers use dexpreopt (emulator-based
+ # preoptimization). Most engineers don't use this type of target
+ # ("make PRODUCT-blah-user"), so this should only tend to happen when
+ # using buildbot.
+ # TODO: Remove this once host Dalvik preoptimization is working.
ifeq ($(TARGET_BUILD_VARIANT),user)
WITH_DEXPREOPT_buildbot := true
endif