Only turn host build on for linux

Change-Id: I2d3b16f7881ad82cf272a40213dd4e173f54baa0
This commit is contained in:
Brian Carlstrom
2010-09-16 22:49:10 -07:00
parent 8caaeddcc0
commit 6821dbad65

View File

@@ -76,7 +76,9 @@ PRODUCT_PACKAGES := \
# 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