Skip to content

Commit

Permalink
BEGIN_PUBLIC
Browse files Browse the repository at this point in the history
Add a target to collect all bzl files from the toolchains folder.

This is going to be necessary for Stardoc.

END_PUBLIC

PiperOrigin-RevId: 537857884
Change-Id: I64705731fdbcf22fa8b3449dba53cd8f7b119a65
  • Loading branch information
meteorcloudy authored and copybara-github committed Jun 5, 2023
1 parent ac71e40 commit ecf792b
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions toolchains/BUILD
Original file line number Diff line number Diff line change
Expand Up @@ -24,6 +24,11 @@ filegroup(
srcs = glob(["**"]),
)

filegroup(
name = "bzl_srcs",
srcs = glob(["*.bzl"]),
)

# Used to distinguish toolchains used for Java development, ie the JavaToolchainProvider.
# TODO: migrate away from using @bazel_tools//tools/jdk:toolchain_type ?
# toolchain_type(name = "toolchain_type")
Expand Down

0 comments on commit ecf792b

Please sign in to comment.