Merge "Treat denver like cortex-a15."

This commit is contained in:
Ying Wang
2014-05-13 16:28:09 +00:00
committed by Gerrit Code Review

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