Sign in
pigweed
/
third_party
/
github
/
bazelbuild
/
rules_shell
/
81e1eb9f91ed6fee09d2c8d79e77702ea57c052e
/
.
/
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__"
],
)