| Index: ppapi/ppapi.gyp
|
| diff --git a/ppapi/ppapi.gyp b/ppapi/ppapi.gyp
|
| index 2c3323ad0de6e7c3339cd26e41ef7761daed2d6f..3ed1e0391fe2177e3123715c23f9b48e37ada98b 100644
|
| --- a/ppapi/ppapi.gyp
|
| +++ b/ppapi/ppapi.gyp
|
| @@ -17,7 +17,7 @@
|
| # TODO(ajwong): For internal pepper plugins, which are statically linked
|
| # into chrome, do we want to build w/o -fPIC? If so, how can we express
|
| # that in the build system?
|
| - ['os_posix == 1 and OS != "mac"', {
|
| + ['os_posix == 1 and OS != "mac" and OS != "android"', {
|
| 'cflags': ['-fPIC', '-fvisibility=hidden'],
|
|
|
| # This is needed to make the Linux shlib build happy. Without this,
|
|
|