Disable DEXPREOPT until we have multilib support

Bug: 14694978
Change-Id: I31d0f1c78a668435646c99e659cec46cd2f3ddf7
This commit is contained in:
Ying Wang 2014-05-13 09:46:23 -07:00
parent 8012d8f353
commit a93102d411
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