Sign in
bazel
/
bazel
/
92c43cdfbc09776e468225ab442a5916686ab3e0
/
.
/
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"
]),
)