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