Sign in
pigweed
/
third_party
/
github
/
bazelbuild
/
bazel-skylib
/
bc97abb33eaacfff3c31ba64719817e7a808b20d
/
.
/
gazelle
/
bzl
/
testdata
/
external
/
BUILD.in
blob: e7bc836e49c7b14d34efc07cf848536c91de9b00 [
file
] [
log
] [
blame
]
load
(
"@bazel_skylib//:bzl_library.bzl"
,
"bzl_library"
)
# Some comment to be preserved
filegroup
(
name
=
"allfiles"
,
srcs
=
glob
([
"**"
]),
)