Index: mojo/mojo_public.gypi |
diff --git a/mojo/mojo_public.gypi b/mojo/mojo_public.gypi |
index 0dbb89af3a74edc292987104b20abba444bccd90..9defef57eddab42a668a028a838cc4e0dae95516 100644 |
--- a/mojo/mojo_public.gypi |
+++ b/mojo/mojo_public.gypi |
@@ -14,6 +14,17 @@ |
'..', |
], |
}, |
+ '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', |
+ ], |
+ }], |
+ ], |
+ }, |
'sources': [ |
'public/c/system/async_waiter.h', |
'public/c/system/core.h', |