Laszlo Csomor | 81ed3ad | 2018-04-16 05:11:38 -0700 | [diff] [blame] | 1 | exports_files(["sh_toolchain.bzl", "sh_configure.bzl"]) |
2 | |||||
3 | toolchain_type( | ||||
4 | name = "toolchain_type", | ||||
5 | visibility = ["//visibility:public"], | ||||
6 | ) | ||||
cparsons | 1ba9f0ff | 2019-08-29 13:45:45 -0700 | [diff] [blame] | 7 | |
8 | filegroup( | ||||
9 | name = "bzl_srcs", | ||||
10 | srcs = glob(["*.bzl"]), | ||||
11 | visibility = ["//tools:__pkg__"], | ||||
12 | ) |