blob: b81e3a1ab3ab01d8c26a2e8126163bd1956caa5b [file] [log] [blame]
load("@bazel_skylib//:bzl_library.bzl", "bzl_library")
bzl_library(
name = "bzl_lib",
srcs = glob(["**/*.bzl"]),
visibility = ["//:__subpackages__"],
)
filegroup(
name = "distro",
srcs = glob(["*.bzl"]) + [
"BUILD.bazel",
],
visibility = ["//:__subpackages__"],
)