blob: 66f710a92630ae69d58a911c06a184b0a2e7aac1 [file] [log] [blame]
Laszlo Csomor81ed3ad2018-04-16 05:11:38 -07001package(default_visibility = ["//visibility:private"])
2
3filegroup(
4 name = "srcs",
5 srcs = glob(
6 ["**"],
7 exclude = [
8 "*~",
9 ".*",
10 ],
11 ),
12 visibility = ["//tools:__pkg__"],
13)
14
15filegroup(
16 name = "embedded_tools",
17 srcs = [
18 "BUILD.tools",
19 "sh_configure.bzl",
20 "sh_toolchain.bzl",
21 ],
22 visibility = ["//tools:__pkg__"],
23)