summaryrefslogtreecommitdiffstats
path: root/target
diff options
context:
space:
mode:
authorYing Wang <wangying@google.com>2014-05-13 16:58:47 +0000
committerAndroid Git Automerger <android-git-automerger@android.com>2014-05-13 16:58:47 +0000
commit5c7c9887f4216dbd94cc40451b3e4cc3dfd5a441 (patch)
tree25ff05bf7a1fc943e886d65183e950e453567abf /target
parent37aacb8a31970197fb62aab3e5978e3bb4b0709b (diff)
parent03d02a2687cbd59b8871ccbe0eeb3c2c51df063c (diff)
downloadbuild-5c7c9887f4216dbd94cc40451b3e4cc3dfd5a441.zip
build-5c7c9887f4216dbd94cc40451b3e4cc3dfd5a441.tar.gz
build-5c7c9887f4216dbd94cc40451b3e4cc3dfd5a441.tar.bz2
am 03d02a26: am b082b5f1: Merge "Disable DEXPREOPT until we have multilib support"
* commit '03d02a2687cbd59b8871ccbe0eeb3c2c51df063c': Disable DEXPREOPT until we have multilib support
Diffstat (limited to 'target')
-rw-r--r--target/product/core_64_bit.mk3
1 files changed, 3 insertions, 0 deletions
diff --git a/target/product/core_64_bit.mk b/target/product/core_64_bit.mk
index 5d7abcb..a21620c 100644
--- a/target/product/core_64_bit.mk
+++ b/target/product/core_64_bit.mk
@@ -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