Treat denver like cortex-a15.
See also build/core/combo/arch/arm/armv7-a-neon.mk. Change-Id: Ie18e1f133f56a9f7da80e304052c92edad933a31
This commit is contained in:
parent
fb1f38ecba
commit
fb910ddb1d
|
@ -522,7 +522,7 @@ ifdef TARGET_2ND_ARCH
|
|||
endif
|
||||
endif
|
||||
|
||||
ifneq (,$(filter $(DEX2OAT_TARGET_CPU_VARIANT),cortex-a7 cortex-a15 krait))
|
||||
ifneq (,$(filter $(DEX2OAT_TARGET_CPU_VARIANT),cortex-a7 cortex-a15 krait denver))
|
||||
DEX2OAT_TARGET_INSTRUCTION_SET_FEATURES := div
|
||||
endif
|
||||
|
||||
|
|
Loading…
Reference in New Issue