summaryrefslogtreecommitdiffstats
path: root/core/product_config.mk
diff options
context:
space:
mode:
authorYing Wang <wangying@google.com>2014-06-09 12:31:12 -0700
committerYing Wang <wangying@google.com>2014-06-09 17:48:05 -0700
commit2713fcebbae97c6132c9fa61b8db795d29813dc6 (patch)
tree95f27e5979d78165e0f9daa2648e1fe16141c7be /core/product_config.mk
parentc02752473f958cb1b23ca2f7d3fd1973b665e3c4 (diff)
downloadbuild-2713fcebbae97c6132c9fa61b8db795d29813dc6.zip
build-2713fcebbae97c6132c9fa61b8db795d29813dc6.tar.gz
build-2713fcebbae97c6132c9fa61b8db795d29813dc6.tar.bz2
Switch to 32-bit-by-default host multilib build.
Also we don't need to force LLVM built from source, for we already force LLVM to be built as 32-bit. Bug: 13751317 Change-Id: Ifadf1988d28b60cb06316de50f5bdc1834f1acc0
Diffstat (limited to 'core/product_config.mk')
-rw-r--r--core/product_config.mk2
1 files changed, 0 insertions, 2 deletions
diff --git a/core/product_config.mk b/core/product_config.mk
index 290dec4..f32a596 100644
--- a/core/product_config.mk
+++ b/core/product_config.mk
@@ -164,13 +164,11 @@ endif # unbundled_goals
# Default to building dalvikvm on hosts that support it...
ifeq ($(HOST_OS),linux)
-ifneq ($(HOST_ARCH),x86_64)
# ... or if the if the option is already set
ifeq ($(WITH_HOST_DALVIK),)
WITH_HOST_DALVIK := true
endif
endif
-endif
# ---------------------------------------------------------------
# Include the product definitions.