| Index: build/common.gypi
|
| diff --git a/build/common.gypi b/build/common.gypi
|
| index 0974b49752e64eb3aaa4cd9c89bc79f6fbaeb110..e0e4dc9b2445babf2dd6dfe7dda35ad73875069a 100644
|
| --- a/build/common.gypi
|
| +++ b/build/common.gypi
|
| @@ -4955,20 +4955,14 @@
|
| ],
|
| 'target_conditions': [
|
| ['_type=="executable"', {
|
| - # Force android tools to export the "main" symbol so they can be
|
| - # loaded on ICS using the run_pie wrapper. See crbug.com/373219.
|
| - # TODO(primiano): remove -fvisibility and -rdynamic flags below
|
| - # when ICS support will be dropped.
|
| 'cflags': [
|
| '-fPIE',
|
| - '-fvisibility=default',
|
| ],
|
| 'ldflags': [
|
| '-Bdynamic',
|
| '-Wl,--gc-sections',
|
| '-Wl,-z,nocopyreloc',
|
| '-pie',
|
| - '-rdynamic',
|
| # crtbegin_dynamic.o should be the last item in ldflags.
|
| '<(android_ndk_lib)/crtbegin_dynamic.o',
|
| ],
|
|
|