Skip to content

Commit 113eecb

Browse files
authored
Add rules_shell loads where needed (#401)
Unblocks bazelbuild/rules_android#278. Closes #397.
1 parent 3b6e9f8 commit 113eecb

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

bazel_integration_test/private/bazel_binaries.bzl

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -121,6 +121,7 @@ def _bazel_binary_impl(repository_ctx):
121121

122122
repository_ctx.file("WORKSPACE", "workspace(name='%s')" % repository_ctx.attr.name)
123123
repository_ctx.file("BUILD", """
124+
load("@rules_shell//shell:sh_binary.bzl", "sh_binary")
124125
sh_binary(
125126
name = "bazel_binary",
126127
srcs = ["bazel.sh"],

0 commit comments

Comments
 (0)