Skip to content

Commit 4fb6857

Browse files
sayrerclaude
andcommitted
Add sh_binary load to jextract build_file_content for Bazel 9.
Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
1 parent aa1ed6e commit 4fb6857

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

tools/jdk23_and_jextract.bzl

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -249,6 +249,8 @@ java_runtime(
249249
jextract_repo_name = "jextract_%s_%s" % (t.os, t.cpu)
250250

251251
build_content = """
252+
load("@rules_shell//shell:sh_binary.bzl", "sh_binary")
253+
252254
genrule(
253255
name = "jextract_wrapper_gen",
254256
outs = ["jextract_wrapper.sh"],

0 commit comments

Comments
 (0)