aboutsummaryrefslogtreecommitdiffhomepage
path: root/tools/build_rules/BUILD
blob: 22b878463d66cf8002c10b9c5aace7c263f9b617 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
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"],
)