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

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: addressed comments 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
« no previous file with comments | « no previous file | build/secondary/third_party/android_tools/BUILD.gn » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: build/android/ndk.gyp
diff --git a/build/android/ndk.gyp b/build/android/ndk.gyp
index 2838a9857e991184cf3a7adf039b8d380dd6fb4b..b491db242b45a2d4fc4565d64cf9b06594685b28 100644
--- a/build/android/ndk.gyp
+++ b/build/android/ndk.gyp
@@ -15,6 +15,12 @@
'sources': [
'<(android_ndk_root)/sources/android/cpufeatures/cpu-features.c',
],
+ 'variables': {
+ 'clang_warning_flags': [
+ # cpu-features.c has few unused functions on x86 b/26403333
+ '-Wno-unused-function',
+ ],
+ },
},
],
}
« no previous file with comments | « no previous file | build/secondary/third_party/android_tools/BUILD.gn » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698