summaryrefslogtreecommitdiffstats
path: root/core/config.mk
diff options
context:
space:
mode:
authorYing Wang <wangying@google.com>2014-05-16 16:27:11 -0700
committerYing Wang <wangying@google.com>2014-05-16 16:27:11 -0700
commitd4507067047fe6fdd68e941c97f71beb61e8c594 (patch)
tree4920ad1f036bceb12a7c8213fc86029b64aa6c4a /core/config.mk
parent3c8089cef8eaf90b11852a5c258eba0ff5e3287e (diff)
downloadbuild-d4507067047fe6fdd68e941c97f71beb61e8c594.zip
build-d4507067047fe6fdd68e941c97f71beb61e8c594.tar.gz
build-d4507067047fe6fdd68e941c97f71beb61e8c594.tar.bz2
Default TARGET_CPU_SMP to true.
Change-Id: If8c52c8ed66d52452967d09885dfe1ca9da13688
Diffstat (limited to 'core/config.mk')
-rw-r--r--core/config.mk2
1 files changed, 2 insertions, 0 deletions
diff --git a/core/config.mk b/core/config.mk
index 287944e..b7f779e 100644
--- a/core/config.mk
+++ b/core/config.mk
@@ -524,6 +524,8 @@ ifeq ($(TARGET_DEFAULT_JAVA_LIBRARIES),)
TARGET_DEFAULT_JAVA_LIBRARIES := core core-junit ext framework framework2
endif
+TARGET_CPU_SMP ?= true
+
# Flags for DEX2OAT
DEX2OAT_TARGET_ARCH := $(TARGET_ARCH)
DEX2OAT_TARGET_CPU_VARIANT := $(TARGET_CPU_VARIANT)