Fix empty glob in cc/private/BUILD

the glob pattern `**/*.bzl` doesn't match anything there, and this is bad for `--incompatible_disallow_empty_glob`. This PR removes the offending line.
This commit is contained in:
Xùdōng Yáng 2024-10-04 22:54:53 +02:00 committed by GitHub
parent 7343c660a4
commit 5cbd830262
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
1 changed files with 0 additions and 1 deletions

View File

@ -15,7 +15,6 @@
filegroup(
name = "srcs",
srcs = glob([
"**/*.bzl",
"**/BUILD",
]) + [
"//cc/private/rules_impl:srcs",