aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorElliott Hughes <enh@google.com>2014-11-24 18:07:55 +0000
committerGerrit Code Review <noreply-gerritcodereview@google.com>2014-11-24 18:07:55 +0000
commit7adbb466597a52873605b14950e70f3d2bc0f4c8 (patch)
tree43526c2dca7c1238cd6bcd08789f4f65c62256b2
parent88392fae52f2b72e5537bb88a073d527edf7c00d (diff)
parent3da4f32794e00dbfb798feba69bb05b0a9e07b78 (diff)
downloadbuild-7adbb466597a52873605b14950e70f3d2bc0f4c8.tar.gz
Merge "Remove TARGET_CPU_SMP."
-rw-r--r--core/config.mk2
-rw-r--r--core/product.mk1
2 files changed, 0 insertions, 3 deletions
diff --git a/core/config.mk b/core/config.mk
index a651f29cdb..aa82e9315f 100644
--- a/core/config.mk
+++ b/core/config.mk
@@ -535,8 +535,6 @@ ifeq ($(TARGET_DEFAULT_JAVA_LIBRARIES),)
TARGET_DEFAULT_JAVA_LIBRARIES := core-libart core-junit ext framework
endif
-TARGET_CPU_SMP ?= true
-
# Flags for DEX2OAT
DEX2OAT_TARGET_ARCH := $(TARGET_ARCH)
DEX2OAT_TARGET_CPU_VARIANT := $(TARGET_CPU_VARIANT)
diff --git a/core/product.mk b/core/product.mk
index ed906cb04c..a7a1fb2ea4 100644
--- a/core/product.mk
+++ b/core/product.mk
@@ -242,7 +242,6 @@ _product_stash_var_list := $(_product_var_list) \
TARGET_PROVIDES_INIT_RC \
TARGET_CPU_ABI \
TARGET_CPU_ABI2 \
- TARGET_CPU_SMP \
_product_stash_var_list += \