Index: content/content_shell.gypi |
diff --git a/content/content_shell.gypi b/content/content_shell.gypi |
index 23806f8635208687cc38bfa6f758b3b57a6bb3df..8a5759e49e8de7c1db340e4b3c4062f692578e85 100644 |
--- a/content/content_shell.gypi |
+++ b/content/content_shell.gypi |
@@ -656,6 +656,13 @@ |
'-lgabi++', # For rtti |
], |
}], |
+ ['android_app_abi != "x86"', { |
+ 'ldflags': [ |
+ # Do not allow text relocations. |
+ '-Wl,--fatal-warnings', |
+ '-Wl,--warn-shared-textrel', |
+ ], |
+ }], |
], |
}, |
{ |