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', |
], |