Sign in
bazel
/
bazel
/
d99595f94fb1cace5aa1135afbcc4525d20a4e15
/
.
/
tools
/
allowlists
/
initializer_allowlist
/
BUILD
blob: 2c6eb3a2e93ff8d11f5b731dee9036235049859a [
file
] [
log
] [
blame
]
# Description:
# Package group restricting access to extended rules, allowing
# for careful rollout as it is an experimental feature.
filegroup
(
name
=
"srcs"
,
srcs
=
glob
([
"**"
]),
visibility
=
[
"//tools/allowlists:__pkg__"
],
)