| Index: platform_tools/android/gyp/skia_launcher.gypi
|
| diff --git a/platform_tools/android/gyp/skia_launcher.gypi b/platform_tools/android/gyp/skia_launcher.gypi
|
| index f8b5dfd79445c0459edaf62933dfe60f9d380405..f9eec20136147d53a5349729f9e1c860f29df92c 100644
|
| --- a/platform_tools/android/gyp/skia_launcher.gypi
|
| +++ b/platform_tools/android/gyp/skia_launcher.gypi
|
| @@ -2,6 +2,8 @@
|
| 'targets': [{
|
| 'target_name': 'skia_launcher',
|
| 'type': 'executable',
|
| + 'cflags': [ '-fPIE' ],
|
| + 'ldflags': [ '-pie' ],
|
| 'sources': [ '../launcher/skia_launcher.cpp' ],
|
| }]
|
| }
|
|
|