blob: fb11c8b791e6e05904d73f8f4bd91a2970481a92 [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/whitelists:__pkg__"],
)