am 12165990: am 6474811d: Fix sim-eng build.
Merge commit '12165990162ac3c41aed96d5afd5e228daa16877' * commit '12165990162ac3c41aed96d5afd5e228daa16877': Fix sim-eng build.
This commit is contained in:
commit
9cd6150cf5
|
@ -119,10 +119,12 @@ else
|
|||
HOST_PREBUILT_TAG := $(HOST_OS)-$(HOST_ARCH)
|
||||
endif
|
||||
|
||||
# Build dalvikvm on hosts that support it
|
||||
# Build dalvikvm on hosts that support it, but not if we're building the sim
|
||||
ifeq ($(HOST_OS),linux)
|
||||
ifneq ($(TARGET_SIMULATOR),true)
|
||||
WITH_HOST_DALVIK := true
|
||||
endif
|
||||
endif
|
||||
|
||||
|
||||
# ---------------------------------------------------------------
|
||||
|
|
Loading…
Reference in New Issue