Index: chrome/chrome_android.gypi |
diff --git a/chrome/chrome_android.gypi b/chrome/chrome_android.gypi |
index 8237fac6e5e923d2cdca9081b649fe2a1661ccc8..4d046b606ebc92cf2eabe27ee23411a849244e47 100644 |
--- a/chrome/chrome_android.gypi |
+++ b/chrome/chrome_android.gypi |
@@ -48,6 +48,13 @@ |
'dependencies': [ |
'../base/allocator/allocator.gyp:allocator', ], |
}], |
+ [ 'android_app_abi != "x86"', { |
+ 'ldflags': [ |
+ # Do not allow text relocations. |
+ '-Wl,--fatal-warnings', |
Yaron
2013/07/02 00:56:06
Should be put this instead near werror in build/co
|
+ '-Wl,--warn-shared-textrel', |
+ ], |
+ }], |
], |
}, |
{ |