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