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__"],
)