From: jochen@chromium.org Date: Tue, 2 Sep 2014 10:21:41 +0000 (+0000) Subject: Fix gn android component build X-Git-Tag: upstream/4.7.83~7219 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=8ed43d7f2d2e51ec2c0fca40f82ee15f79e6300d;p=platform%2Fupstream%2Fv8.git Fix gn android component build R=jochen@chromium.org Review URL: https://codereview.chromium.org/458423002 git-svn-id: https://v8.googlecode.com/svn/branches/bleeding_edge@23592 ce2b1a6d-e550-0410-aec6-3dcde31c8c00 --- diff --git a/BUILD.gn b/BUILD.gn index d323447..d2feecb 100644 --- a/BUILD.gn +++ b/BUILD.gn @@ -1337,6 +1337,7 @@ component("v8") { direct_dependent_configs = [ ":external_config" ] + libs = [] if (is_android && current_toolchain != host_toolchain) { libs += [ "log" ] }