Skip to content

Commit

Permalink
LSC: Add load() statements for the builtin java rules
Browse files Browse the repository at this point in the history
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
  • Loading branch information
hvadehra authored and copybara-github committed Mar 20, 2024
1 parent ac79db7 commit 36415e3
Showing 1 changed file with 8 additions and 0 deletions.
8 changes: 8 additions & 0 deletions java/toolchains/BUILD
Original file line number Diff line number Diff line change
Expand Up @@ -16,3 +16,11 @@ bzl_library(
visibility = ["//visibility:public"],
deps = ["//java/private"],
)

filegroup(
name = "for_bazel_tests",
srcs = [
"BUILD",
"java_toolchain.bzl",
],
)

0 comments on commit 36415e3

Please sign in to comment.