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

Unified Diff: build/secondary/third_party/android_tools/BUILD.gn

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
« build/android/ndk.gyp ('K') | « build/android/ndk.gyp ('k') | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: build/secondary/third_party/android_tools/BUILD.gn
diff --git a/build/secondary/third_party/android_tools/BUILD.gn b/build/secondary/third_party/android_tools/BUILD.gn
index fa2f67ab93589e27db7daae4c7e07e66dc524ed4..c974f8b5a6deedd314633d0361a9b5093e660a1a 100644
--- a/build/secondary/third_party/android_tools/BUILD.gn
+++ b/build/secondary/third_party/android_tools/BUILD.gn
@@ -6,6 +6,7 @@ import("//build/config/android/rules.gni")
config("cpu_features_include") {
include_dirs = [ "ndk/sources/android/cpufeatures" ]
+ cflags = [ "-Wno-unused-function" ]
Nico 2016/01/05 19:42:36 That's not correct, for two reasons: 1. This is l
Kibeom Kim (inactive) 2016/01/05 20:41:22 Done.
}
# This is the GN version of
« build/android/ndk.gyp ('K') | « build/android/ndk.gyp ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698