am 77070aa7: am ce7d5023: Turn dalvikvm host builds on by default when linux is the host OS.

Merge commit '77070aa757806d1617d707db4d2bd7931b2353fc'

* commit '77070aa757806d1617d707db4d2bd7931b2353fc':
  Turn dalvikvm host builds on by default when linux is the host OS.
This commit is contained in:
Jesse Wilson
2010-09-22 13:53:41 -07:00
committed by Android Git Automerger
3 changed files with 5 additions and 13 deletions

View File

@@ -74,14 +74,6 @@ PRODUCT_PACKAGES := \
Bugreport \
ip
# 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 += \