Sign in
pigweed
/
third_party
/
github
/
bazelbuild
/
rules_shell
/
f762230d6c0e870da002ba43f148ae80f6b1561d
/
.
/
shell
/
private
/
BUILD
blob: 23eb387980c40b284d8eb0ddc14fe32c563bc7a0 [
file
]
load
(
"@bazel_skylib//:bzl_library.bzl"
,
"bzl_library"
)
bzl_library
(
name
=
"private_bzl"
,
srcs
=
[
"providers.bzl"
,
"sh_binary.bzl"
,
"sh_executable.bzl"
,
"sh_library.bzl"
,
"sh_test.bzl"
,
],
visibility
=
[
"//shell:__pkg__"
],
)