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"],
)