blob: cdeb4a1bf7a5c16e4fc60517a60ade700044e9d9 [file] [log] [blame]
# Description:
# Package groups for restricting access to config_feature_flag to specific
# packages, allowing for careful rollout as it is an experimental feature.
filegroup(
name = "srcs",
srcs = glob(["**"]),
visibility = ["//tools/allowlists:__pkg__"],
)