blob: 7a757b28dc79e14f7d8405693e2f36625fb57fbf [file] [log] [blame]
# Common config settings and flags.
#
# These definitions are only for local use within Bazel built-in tools.
# In all other cases, use types from github.com/bazelbuild/bazel-skylib.
licenses(["notice"]) # Apache 2.0
filegroup(
name = "srcs",
srcs = glob(["**"]),
visibility = [
"//tools:__pkg__",
"//tools/build_defs:__pkg__",
],
)
exports_files(
["common_settings.bzl"],
visibility = ["//tools:__subpackages__"],
)