Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(95)

Unified Diff: platform_tools/android/gyp/skia_launcher.gypi

Issue 374833003: make skia_launcher be a position independent executable (Closed) Base URL: https://skia.googlesource.com/skia.git@master
Patch Set: Created 6 years, 5 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
« no previous file with comments | « no previous file | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
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' ],
}]
}
« no previous file with comments | « no previous file | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698