diff options
author | Narayan Kamath <narayan@google.com> | 2014-03-13 09:29:52 +0000 |
---|---|---|
committer | Gerrit Code Review <noreply-gerritcodereview@google.com> | 2014-03-13 09:29:52 +0000 |
commit | cc8d6dab9a3ae140ed99d3f3373e72b54811f210 (patch) | |
tree | 5e19f1a0623d22a23266f2dca50ba8f835987ddb | |
parent | 252496247f31ee06d8c948886fd2f3a36ccd021e (diff) | |
parent | c00ab8e012a8155ba733108155f4eaf8c92788e9 (diff) | |
download | build-cc8d6dab9a3ae140ed99d3f3373e72b54811f210.zip build-cc8d6dab9a3ae140ed99d3f3373e72b54811f210.tar.gz build-cc8d6dab9a3ae140ed99d3f3373e72b54811f210.tar.bz2 |
Merge "Revert "Remove external/chromium from the 64 bit blacklist.""
-rw-r--r-- | core/64_bit_blacklist.mk | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/core/64_bit_blacklist.mk b/core/64_bit_blacklist.mk index ab081b5..9f16536 100644 --- a/core/64_bit_blacklist.mk +++ b/core/64_bit_blacklist.mk @@ -8,6 +8,7 @@ _64_bit_directory_blacklist += \ # Chromium/V8: needs 64-bit support _64_bit_directory_blacklist += \ + external/chromium \ external/chromium-libpac \ external/chromium_org \ external/v8 \ |