Sign in
bazel
/
bazel
/
6c75ef0ffa6b5de56de58ed3b726cb55c97e7f14
/
.
/
tools
/
build_rules
/
BUILD
blob: 22b878463d66cf8002c10b9c5aace7c263f9b617 [
file
] [
log
] [
blame
]
licenses
([
"notice"
])
# Apache 2.0
filegroup
(
name
=
"srcs"
,
srcs
=
glob
([
"**"
]),
visibility
=
[
"//tools:__pkg__"
],
)
filegroup
(
name
=
"embedded_tools_srcs"
,
srcs
=
[
"BUILD.tools"
,
"test_rules.bzl"
,
],
visibility
=
[
"//visibility:public"
],
)