blob: e8dcde9362a141f382522a562b56f981dbd9d766 [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.
package_group(
name = "config_feature_flag",
packages = ["//..."],
)
filegroup(
name = "srcs",
srcs = glob(["**"]),
visibility = ["//tools/allowlists:__pkg__"],
)