Skip to content

Commit 36415e3

Browse files
hvadehracopybara-github
authored andcommitted
LSC: Add load() statements for the builtin java rules
Loads are being added in preparation for moving the rules out of Blaze/Bazel and into the depot. More information:[] PiperOrigin-RevId: 617432685 Change-Id: I38f426871bf024892717741236a234b0d5765028
1 parent ac79db7 commit 36415e3

1 file changed

Lines changed: 8 additions & 0 deletions

File tree

java/toolchains/BUILD

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -16,3 +16,11 @@ bzl_library(
1616
visibility = ["//visibility:public"],
1717
deps = ["//java/private"],
1818
)
19+
20+
filegroup(
21+
name = "for_bazel_tests",
22+
srcs = [
23+
"BUILD",
24+
"java_toolchain.bzl",
25+
],
26+
)

0 commit comments

Comments
 (0)