Sign in
bazel
/
bazel
/
18aeea68b65f6a60a426d5b31c00273afaf86c72
/
.
/
tools
/
build_defs
/
repo
/
BUILD
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"
]),
)