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

Unified Diff: content/content_shell.gypi

Issue 329223002: Android: enable chromium linker on the shells. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Fixes relro bundle Created 6 years, 6 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
Index: content/content_shell.gypi
diff --git a/content/content_shell.gypi b/content/content_shell.gypi
index bbf73046b59694ffb98521ae64de91cf34f9fcac..cdebab9da0126857cf075e057662cf084f365be0 100644
--- a/content/content_shell.gypi
+++ b/content/content_shell.gypi
@@ -1027,6 +1027,11 @@
'<(PRODUCT_DIR)/icudtl.dat',
],
}],
+ ['component != "shared_library" and target_arch != "arm64" and target_arch != "x64"', {
+ # Only enable the chromium linker on regular builds, since the
+ # component build crashes on Android 4.4. See b/11379966
+ 'use_chromium_linker': '1',
+ }],
],
},
'conditions': [

Powered by Google App Engine
This is Rietveld 408576698