am 03d02a26: am b082b5f1: Merge "Disable DEXPREOPT until we have multilib support"

* commit '03d02a2687cbd59b8871ccbe0eeb3c2c51df063c':
  Disable DEXPREOPT until we have multilib support
This commit is contained in:
Ying Wang 2014-05-13 16:58:47 +00:00 committed by Android Git Automerger
commit 5c7c9887f4
1 changed files with 3 additions and 0 deletions

View File

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