From 9d01b86caf4a7ff5b9781dfd40c24c43275be0df Mon Sep 17 00:00:00 2001 From: Eric Seidel Date: Thu, 22 Jan 2015 10:55:02 -0800 Subject: [PATCH] Add a note about hacks for building on V8. TBR=abarth@chromium.org BUG=v8:3841 --- HACKING.md | 3 +++ 1 file changed, 3 insertions(+) diff --git a/HACKING.md b/HACKING.md index 9640cc93758..a77644f49ed 100644 --- a/HACKING.md +++ b/HACKING.md @@ -6,6 +6,9 @@ Building * Follow the setup & build instructions for [Mojo](https://github.com/domokit/mojo) +If building for Android, be aware a patch to V8's GN build is required: +https://code.google.com/p/v8/issues/detail?id=3841 + Running applications --------------------