forked from openkylin/platform_build
am 47e60739: Merge "cortex-a7 supports div"
* commit '47e6073979254ef4fbc60554079b2bf19ac32ab1': cortex-a7 supports div
This commit is contained in:
commit
5e5d26b1ef
|
@ -456,7 +456,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