diff options
author | Narayan Kamath <narayan@google.com> | 2014-03-12 14:42:07 +0000 |
---|---|---|
committer | Colin Cross <ccross@android.com> | 2014-03-13 11:26:26 -0700 |
commit | c88d1740108e0370353111b2a616a5ce3494fd8d (patch) | |
tree | 21ad5fa6358c9430692c0033fe660cac7fe6f5bd | |
parent | b0f8c440692023b77198a20c63cee0af9a09e3c0 (diff) | |
download | build-c88d1740108e0370353111b2a616a5ce3494fd8d.zip build-c88d1740108e0370353111b2a616a5ce3494fd8d.tar.gz build-c88d1740108e0370353111b2a616a5ce3494fd8d.tar.bz2 |
Remove external/chromium from the 64 bit blacklist.
This isn't the same as chromium_org (which is used by the
webview). This is a 3 year old snapshot of the net stack which
compiles under 64 bit. It's currently used on aosp master by
libstagefright_chromium_http.
This project can be removed if the changes that remove the
chromium dependency are cherry-picked to aosp/master.
Change-Id: I5d0f9ed03ea9842b47d980d77ea32bc7a3f6998f
-rw-r--r-- | core/64_bit_blacklist.mk | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/core/64_bit_blacklist.mk b/core/64_bit_blacklist.mk index 9f16536..ab081b5 100644 --- a/core/64_bit_blacklist.mk +++ b/core/64_bit_blacklist.mk @@ -8,7 +8,6 @@ _64_bit_directory_blacklist += \ # Chromium/V8: needs 64-bit support _64_bit_directory_blacklist += \ - external/chromium \ external/chromium-libpac \ external/chromium_org \ external/v8 \ |