Index: mojo/mojo_public.gypi |
diff --git a/mojo/mojo_public.gypi b/mojo/mojo_public.gypi |
index 15eccb0c7e9bdc6f0164625a13a5a1392dcc40d4..eeaec5e65e99dff23986e3507c384dd88bcca51e 100644 |
--- a/mojo/mojo_public.gypi |
+++ b/mojo/mojo_public.gypi |
@@ -14,6 +14,16 @@ |
'..', |
], |
}, |
+ 'all_dependent_settings': { |
+ 'conditions': [ |
+ # We need to be able to call the MojoSetSystemThunks() function in |
+ # system_thunks.cc |
+ ['OS=="android"', { |
+ 'ldflags!': [ |
+ '-Wl,--exclude-libs=ALL', |
+ ], |
+ }], |
viettrungluu
2014/04/17 00:10:17
"}]," should be indented one level more, and follo
DaveMoore
2014/04/17 14:10:48
Done.
|
+ ]}, |
viettrungluu
2014/04/17 00:10:17
And this line should just be a "},".
DaveMoore
2014/04/17 14:10:48
Done.
|
'sources': [ |
'public/c/system/async_waiter.h', |
'public/c/system/core.h', |