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

* commit '47e6073979254ef4fbc60554079b2bf19ac32ab1':
  cortex-a7 supports div
This commit is contained in:
Brian Carlstrom 2014-04-01 18:23:35 +00:00 committed by Android Git Automerger
commit 5e5d26b1ef
1 changed files with 1 additions and 1 deletions

View File

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