forked from openkylin/platform_build
am 5e5d26b1: am 47e60739: Merge "cortex-a7 supports div"
* commit '5e5d26b1efc6cb73e80e09598ab606678524ff21': cortex-a7 supports div
This commit is contained in:
commit
31061ccfda
|
@ -459,7 +459,7 @@ ifeq ($(TARGET_DEFAULT_JAVA_LIBRARIES),)
|
|||
endif
|
||||
|
||||
DEX2OAT_TARGET_INSTRUCTION_SET_FEATURES := default
|
||||
ifneq (,$(filter $(TARGET_CPU_VARIANT),cortex-a15 krait))
|
||||
ifneq (,$(filter $(TARGET_CPU_VARIANT),cortex-a7 cortex-a15 krait))
|
||||
DEX2OAT_TARGET_INSTRUCTION_SET_FEATURES := div
|
||||
endif
|
||||
|
||||
|
|
Loading…
Reference in New Issue