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

Unified Diff: tools/android/ps_ext/ps_ext.gyp

Issue 287513002: [Android] Build android tools as PIE and add a wrapper for ICS (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Rebase Created 6 years, 7 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 | « tools/android/memdump/memdump.gyp ('k') | tools/android/purge_ashmem/purge_ashmem.gyp » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: tools/android/ps_ext/ps_ext.gyp
diff --git a/tools/android/ps_ext/ps_ext.gyp b/tools/android/ps_ext/ps_ext.gyp
index 069ee1f8d7ada37fea53da584cc7f6bba69e2325..f467d93cf0436340b0c2c65739a96ad7c6ec8d9c 100644
--- a/tools/android/ps_ext/ps_ext.gyp
+++ b/tools/android/ps_ext/ps_ext.gyp
@@ -7,19 +7,6 @@
{
'target_name': 'ps_ext-unstripped',
'type': 'executable',
- 'conditions': [
- # Warning: A PIE tool cannot run on ICS 4.0.4, so only
- # build it as position-independent when ASAN
- # is activated. See b/6587214 for details.
- [ 'asan==1', {
- 'cflags': [
- '-fPIE',
- ],
- 'ldflags': [
- '-pie',
- ],
- }],
- ],
'sources': [
'ps_ext.c',
],
« no previous file with comments | « tools/android/memdump/memdump.gyp ('k') | tools/android/purge_ashmem/purge_ashmem.gyp » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698