am 5989a051: am 023209b6: am 5ee3f096: Merge "Default TARGET_CPU_SMP to true."

* commit '5989a05130ff3cd4a789afb2fd09e9f03a58bc3c':
  Default TARGET_CPU_SMP to true.
This commit is contained in:
Ying Wang 2014-05-17 00:16:07 +00:00 committed by Android Git Automerger
commit 5415835c41
1 changed files with 2 additions and 0 deletions

View File

@ -530,6 +530,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)