Treat denver like cortex-a15.

See also build/core/combo/arch/arm/armv7-a-neon.mk.

Change-Id: Ie18e1f133f56a9f7da80e304052c92edad933a31
This commit is contained in:
Ying Wang 2014-05-13 09:02:56 -07:00
parent fb1f38ecba
commit fb910ddb1d
1 changed files with 1 additions and 1 deletions

View File

@ -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