Skip to content

Commit

Permalink
Merge remote-tracking branch 'aosp/master'
Browse files Browse the repository at this point in the history
  • Loading branch information
kito-cheng committed May 20, 2014
2 parents 5b27fcb + b082b5f commit 4f4ff57
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 1 deletion.
2 changes: 1 addition & 1 deletion core/config.mk
Original file line number Diff line number Diff line change
Expand Up @@ -473,7 +473,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

Expand Down
3 changes: 3 additions & 0 deletions target/product/core_64_bit.mk
Original file line number Diff line number Diff line change
Expand Up @@ -37,3 +37,6 @@ TARGET_PREFER_32_BIT_APPS := true

TARGET_SUPPORTS_32_BIT_APPS := true
TARGET_SUPPORTS_64_BIT_APPS := true

# Disable DEXPREOPT until we have multilib support (bug 14694978).
WITH_DEXPREOPT := false

0 comments on commit 4f4ff57

Please sign in to comment.