am 5e5d26b1: am 47e60739: Merge "cortex-a7 supports div"

* commit '5e5d26b1efc6cb73e80e09598ab606678524ff21':
  cortex-a7 supports div
This commit is contained in:
Brian Carlstrom 2014-04-01 18:27:32 +00:00 committed by Android Git Automerger
commit 31061ccfda
1 changed files with 1 additions and 1 deletions

View File

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