forked from openkylin/platform_build
Merge "Disable WITH_HOST_DALVIK on 64bit host builds."
This commit is contained in:
commit
e854276dd1
|
@ -164,11 +164,13 @@ endif # unbundled_goals
|
|||
|
||||
# Default to building dalvikvm on hosts that support it...
|
||||
ifeq ($(HOST_OS),linux)
|
||||
ifeq ($(BUILD_HOST_64bit),)
|
||||
# ... or if the if the option is already set
|
||||
ifeq ($(WITH_HOST_DALVIK),)
|
||||
WITH_HOST_DALVIK := true
|
||||
endif
|
||||
endif
|
||||
endif
|
||||
|
||||
# ---------------------------------------------------------------
|
||||
# Include the product definitions.
|
||||
|
|
Loading…
Reference in New Issue