aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorYing Wang <wangying@google.com>2014-05-13 16:49:32 +0000
committerGerrit Code Review <noreply-gerritcodereview@google.com>2014-05-13 16:49:32 +0000
commitb082b5f1b2d1a45ee91de186428d5e341d02c08a (patch)
tree77f059f7789822bf6083befd3f7462130243c384
parent8012d8f353304ef4487545648455d34d6ffc2741 (diff)
parenta93102d411525db2161e2df875a1064dc947f547 (diff)
downloadbuild-b082b5f1b2d1a45ee91de186428d5e341d02c08a.tar.gz
Merge "Disable DEXPREOPT until we have multilib support"
-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 5d7abcb752..a21620c2a2 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