Index: third_party/cld/BUILD.gn |
diff --git a/third_party/cld/BUILD.gn b/third_party/cld/BUILD.gn |
index d3b57746ebc3da924b26e8d7bd1d2f75f985daa7..44416d4f7804facb10e06c60e43c941f3e89a15d 100644 |
--- a/third_party/cld/BUILD.gn |
+++ b/third_party/cld/BUILD.gn |
@@ -8,6 +8,10 @@ config("cld_config") { |
} |
static_library("cld") { |
+ # This target includes its own copy of "base" which confuses the header |
+ # checker. |
+ check_includes = false |
+ |
sources = [ |
"encodings/compact_lang_det/cldutil.cc", |
"encodings/compact_lang_det/cldutil.h", |