Skip to content

Commit

Permalink
Add missing aliases to @bazel_tools//tools/jdk
Browse files Browse the repository at this point in the history
Closes bazelbuild#19546.

PiperOrigin-RevId: 566540479
Change-Id: I33272a8838b15fabf7868e8defb72f1ef212e5e8
  • Loading branch information
fmeum authored and copybara-github committed Sep 19, 2023
1 parent 19f5e93 commit 7ff98ba
Showing 1 changed file with 7 additions and 0 deletions.
7 changes: 7 additions & 0 deletions tools/jdk/BUILD.tools
Original file line number Diff line number Diff line change
Expand Up @@ -162,16 +162,23 @@ TARGET_NAMES = [
"jni_md_header-windows",
"platformclasspath",
"remote_jdk11",
"remotejdk_17",
"remote_toolchain",
"ijar",
"singlejar",
"toolchain",
] + [
"toolchain_java%d" % version
for version in (8, 9, 10, 11)
] + [
"toolchain_java%d_definition" % version
for version in (8, 9, 10, 11)
] + [
"toolchain_jdk_%d" % version
for version in (14, 15, 16, 17, 20)
] + [
"toolchain_jdk_%d_definition" % version
for version in (14, 15, 16, 17, 20)
]

[
Expand Down

0 comments on commit 7ff98ba

Please sign in to comment.