commit | b082b5f1b2d1a45ee91de186428d5e341d02c08a | [log] [tgz] |
---|---|---|
author | Ying Wang <wangying@google.com> | Tue May 13 16:49:32 2014 +0000 |
committer | Gerrit Code Review <noreply-gerritcodereview@google.com> | Tue May 13 16:49:32 2014 +0000 |
tree | 77f059f7789822bf6083befd3f7462130243c384 | |
parent | 8012d8f353304ef4487545648455d34d6ffc2741 [diff] | |
parent | a93102d411525db2161e2df875a1064dc947f547 [diff] |
Merge "Disable DEXPREOPT until we have multilib support"
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_SUPPORTS_32_BIT_APPS := true TARGET_SUPPORTS_64_BIT_APPS := true + +# Disable DEXPREOPT until we have multilib support (bug 14694978). +WITH_DEXPREOPT := false