Sign in
bazel
/
bazel
/
master
/
.
/
tools
/
allowlists
/
dormant_dependency_allowlist
/
BUILD
blob: 1951624c565b25999b58f6fcd9e59469da6c750c [
file
] [
log
] [
blame
]
# Package group restricting access to dormant dependencies.
filegroup
(
name
=
"srcs"
,
srcs
=
glob
([
"**"
]),
visibility
=
[
"//tools/allowlists:__pkg__"
],
)