aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorTorne (Richard Coles) <torne@google.com>2014-04-29 10:22:49 +0100
committerTorne (Richard Coles) <torne@google.com>2014-04-29 10:23:56 +0100
commit91d494443446350da0b9caa34b6caeaae0bbc1bb (patch)
tree46a3a119f5fa069c1d038f46f6a924613933d02a
parent8afa25552efb51286fe0f010f0bf78fea71fc12a (diff)
downloadbuild-91d494443446350da0b9caa34b6caeaae0bbc1bb.tar.gz
Remove libpac and v8 from the 64-bit blacklist.
external/chromium-libpac has been updated to depend on the copy of V8 in external/chromium_org, and its makefiles updated to be multilib-safe. external/v8 is thus unused and has been removed from the tree. Bug: 12452053 Change-Id: I757fa187f7f67cd9a89d4b228d4ce3ed6d2858b1
-rw-r--r--core/64_bit_blacklist.mk5
1 files changed, 0 insertions, 5 deletions
diff --git a/core/64_bit_blacklist.mk b/core/64_bit_blacklist.mk
index a2379351e4..b7420cd2ed 100644
--- a/core/64_bit_blacklist.mk
+++ b/core/64_bit_blacklist.mk
@@ -1,10 +1,5 @@
ifneq ($(TARGET_2ND_ARCH),)
-# chromium-libpac needs porting to the chromium_org V8 instead of legacy V8.
-_64_bit_directory_blacklist += \
- external/chromium-libpac \
- external/v8 \
-
# misc build errors
_64_bit_directory_blacklist += \
device/generic/goldfish/opengl \