summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--base/base.gyp8
1 files changed, 3 insertions, 5 deletions
diff --git a/base/base.gyp b/base/base.gyp
index 9f60e25..0d42bee 100644
--- a/base/base.gyp
+++ b/base/base.gyp
@@ -1411,12 +1411,10 @@
'target_name': 'chromium_android_linker',
'type': 'shared_library',
'conditions': [
- ['android_webview_build == 0 and target_arch != "x64" and \
- target_arch != "arm64"', {
- # Avoid breaking the webview/64-bit build because they
- # don't have <(android_ndk_root)/crazy_linker.gyp.
+ ['android_webview_build == 0 and target_arch != "x64"', {
+ # Avoid breaking the webview build because it
+ # does not have <(android_ndk_root)/crazy_linker.gyp.
# Note that webview never uses the linker anyway.
- # Note there is no 64-bit support in the linker.
'sources': [
'android/linker/linker_jni.cc',
],