summaryrefslogtreecommitdiffstats
path: root/target/product/core.mk
diff options
context:
space:
mode:
authorJesse Wilson <jessewilson@google.com>2010-09-22 10:59:10 -0700
committerJesse Wilson <jessewilson@google.com>2010-09-22 11:39:18 -0700
commitce7d5023c3df4c16ae395d64d51dd8345e40a39e (patch)
tree1619073ace764e10fd12efde24c52de220f7797e /target/product/core.mk
parent780c2372706c5250079cb7d759f6530691dd9143 (diff)
downloadbuild-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 'target/product/core.mk')
-rw-r--r--target/product/core.mk8
1 files changed, 0 insertions, 8 deletions
diff --git a/target/product/core.mk b/target/product/core.mk
index c2dbca0..e68d04b 100644
--- a/target/product/core.mk
+++ b/target/product/core.mk
@@ -74,14 +74,6 @@ PRODUCT_PACKAGES := \
DefaultContainerService \
Bugreport
-# force WITH_HOST_DALVIK on userdebug and user builds.
-# TODO: this is redundant with a similar clause in build/core/main.mk.
-ifneq (,$(filter userdebug user,$(TARGET_BUILD_VARIANT)))
- ifeq ($(HOST_OS),linux)
- WITH_HOST_DALVIK := true
- endif
-endif
-
# host-only dependencies
ifeq ($(WITH_HOST_DALVIK),true)
PRODUCT_PACKAGES += \