am c05d0000
: Only turn host build on for linux
Merge commit 'c05d0000bb3e91a21c2cc7cbd85232f1afc7a8d2' into gingerbread-plus-aosp * commit 'c05d0000bb3e91a21c2cc7cbd85232f1afc7a8d2': Only turn host build on for linux
This commit is contained in:
@@ -76,7 +76,9 @@ PRODUCT_PACKAGES := \
|
|||||||
# force WITH_HOST_DALVIK on userdebug and user builds.
|
# force WITH_HOST_DALVIK on userdebug and user builds.
|
||||||
# TODO: this is redundant with a similar clause in build/core/main.mk.
|
# TODO: this is redundant with a similar clause in build/core/main.mk.
|
||||||
ifneq (,$(filter userdebug user,$(TARGET_BUILD_VARIANT)))
|
ifneq (,$(filter userdebug user,$(TARGET_BUILD_VARIANT)))
|
||||||
|
ifeq ($(HOST_OS),linux)
|
||||||
WITH_HOST_DALVIK := true
|
WITH_HOST_DALVIK := true
|
||||||
|
endif
|
||||||
endif
|
endif
|
||||||
|
|
||||||
# host-only dependencies
|
# host-only dependencies
|
||||||
|
Reference in New Issue
Block a user