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 |