Reviewers: Michael Achenbach,

Message:
Not sure if I actually uploaded this correctly (just did it from my chromium
checkout and had to --bypass-hooks to make it work).

Description:
Fix gn android component build

Please review this at https://codereview.chromium.org/458423002/

SVN Base: https://chromium.googlesource.com/external/v8.git@master

Affected files (+1, -0 lines):
  M BUILD.gn


Index: BUILD.gn
diff --git a/BUILD.gn b/BUILD.gn
index e75fa64658ce7fc9ec39f57e51a729627ac2b6e8..1d977042743fd4417f90656f5ff28c19247462a5 100644
--- a/BUILD.gn
+++ b/BUILD.gn
@@ -1250,6 +1250,7 @@ component("v8") {

   direct_dependent_configs = [ ":external_config" ]

+  libs = []
   if (is_android && current_toolchain != host_toolchain) {
     libs += [ "log" ]
   }


--
--
v8-dev mailing list
[email protected]
http://groups.google.com/group/v8-dev
--- You received this message because you are subscribed to the Google Groups "v8-dev" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to [email protected].
For more options, visit https://groups.google.com/d/optout.

Reply via email to