mirror of https://github.com/bazelbuild/rules_cc
Merge pull request #250 from bazelbuild:Wyverald-patch-1
PiperOrigin-RevId: 683088860 Change-Id: I8aae0bbe569e834bc4d1d46dcee29c1c2ee51a64
This commit is contained in:
commit
aba461762f
|
@ -15,7 +15,6 @@
|
||||||
filegroup(
|
filegroup(
|
||||||
name = "srcs",
|
name = "srcs",
|
||||||
srcs = glob([
|
srcs = glob([
|
||||||
"**/*.bzl",
|
|
||||||
"**/BUILD",
|
"**/BUILD",
|
||||||
]) + [
|
]) + [
|
||||||
"//cc/private/rules_impl:srcs",
|
"//cc/private/rules_impl:srcs",
|
||||||
|
|
Loading…
Reference in New Issue