forked from openkylin/platform_build
am 023209b6: am 5ee3f096: Merge "Default TARGET_CPU_SMP to true."
* commit '023209b63ee4be4289b3e07b3c3dc54773523094': Default TARGET_CPU_SMP to true.
This commit is contained in:
commit
5989a05130
|
@ -527,6 +527,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)
|
||||
|
|
Loading…
Reference in New Issue