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

Unified Diff: build/android/ndk.gyp

Issue 1564443002: Fix x64 android_tools target compile failure. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Created 4 years, 11 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: build/android/ndk.gyp
diff --git a/build/android/ndk.gyp b/build/android/ndk.gyp
index 2838a9857e991184cf3a7adf039b8d380dd6fb4b..6a1ddadd708f383112eb02824a029b3c1b714ac6 100644
--- a/build/android/ndk.gyp
+++ b/build/android/ndk.gyp
@@ -15,6 +15,11 @@
'sources': [
'<(android_ndk_root)/sources/android/cpufeatures/cpu-features.c',
],
+ 'variables': {
+ 'clang_warning_flags': [
+ '-Wno-unused-function',
Nico 2016/01/05 19:42:35 Can you file an NDK bug and point to it here?
Kibeom Kim (inactive) 2016/01/05 20:41:22 Done.
+ ],
+ },
},
],
}
« no previous file with comments | « no previous file | build/secondary/third_party/android_tools/BUILD.gn » ('j') | build/secondary/third_party/android_tools/BUILD.gn » ('J')

Powered by Google App Engine
This is Rietveld 408576698