| Index: trunk/src/mojo/mojo_services.gypi
|
| ===================================================================
|
| --- trunk/src/mojo/mojo_services.gypi (revision 275792)
|
| +++ trunk/src/mojo/mojo_services.gypi (working copy)
|
| @@ -179,14 +179,6 @@
|
| 'dependencies': [
|
| 'mojo_jni_headers',
|
| ],
|
| - 'ldflags!': [
|
| - # Remove default export list because this lib has different exports.
|
| - '-Wl,--version-script=<(android_linker_script)',
|
| - ],
|
| - 'ldflags': [
|
| - # Don't export symbols from statically linked libraries.
|
| - '-Wl,--exclude-libs=ALL',
|
| - ],
|
| }],
|
| ],
|
| },
|
|
|