summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorTorne (Richard Coles) <torne@google.com>2015-01-12 15:06:04 +0000
committerTorne (Richard Coles) <torne@google.com>2015-01-12 15:08:02 +0000
commit5b55ba83cd285de6db26c1b73c0fb5e530560602 (patch)
tree4f9874fb9a98db61e6fbf4a3ac1b4c9cd5763de1
parent1616e00f183245c0dff609d2436cd64ddf27e612 (diff)
downloadchromium_org-5b55ba83cd285de6db26c1b73c0fb5e530560602.tar.gz
Update V8 deps for PRODUCT_PREBUILT_WEBVIEWCHROMIUM.
When using a prebuilt chromium, the build was failing as the set of V8 makefiles being included is no longer correct with the M39 version of Chromium. Remove generate_trig_table which no longer exists, and add v8_libplatform which is a new dependency required to build the host mksnapshot binary. Bug: 18675666 Change-Id: Ic00eea284a5b40af41883e000e092ee16d6bfcc7
-rw-r--r--Android.mk2
1 files changed, 1 insertions, 1 deletions
diff --git a/Android.mk b/Android.mk
index 6249a1c1b3..5a873ae3d6 100644
--- a/Android.mk
+++ b/Android.mk
@@ -18,11 +18,11 @@ GYP_CONFIGURATION := Release
ifeq ($(PRODUCT_PREBUILT_WEBVIEWCHROMIUM),yes)
GYP_MAKEFILE_STEMS := \
$(addprefix $(CHROMIUM_DIR)/v8/tools/gyp/, \
- generate_trig_table.host \
js2c.host \
mksnapshot.host \
v8_base.host \
v8_libbase.host \
+ v8_libplatform.host \
v8_nosnapshot.host \
v8_base.target \
v8_libbase.target \