aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorYing Wang <wangying@google.com>2014-05-17 00:07:15 +0000
committerGerrit Code Review <noreply-gerritcodereview@google.com>2014-05-17 00:07:16 +0000
commit5ee3f0960dbc6a14333e3b98252d59f5d8d18a7d (patch)
tree4920ad1f036bceb12a7c8213fc86029b64aa6c4a
parent3c8089cef8eaf90b11852a5c258eba0ff5e3287e (diff)
parentd4507067047fe6fdd68e941c97f71beb61e8c594 (diff)
downloadbuild-5ee3f0960dbc6a14333e3b98252d59f5d8d18a7d.tar.gz
Merge "Default TARGET_CPU_SMP to true."
-rw-r--r--core/config.mk2
1 files changed, 2 insertions, 0 deletions
diff --git a/core/config.mk b/core/config.mk
index 287944e96e..b7f779e522 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)