blob: e679a76d6522ff0d5143497815f569b95a83437e [file] [log] [blame]
load("@bazel_skylib//:bzl_library.bzl", "bzl_library")
licenses(["notice"]) # Apache 2.0
filegroup(
name = "srcs",
srcs = glob(["**"]),
visibility = ["//tools/build_defs:__pkg__"],
)
bzl_library(
name = "lib",
srcs = glob(["*.bzl"]),
)