Skip to content

Commit 120ea6c

Browse files
nkorostecopybara-github
authored andcommitted
Adding mnenomic tags for java toolchain actions
Attribute Java actions Closes #13095. PiperOrigin-RevId: 360643785
1 parent 4d17e14 commit 120ea6c

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

tools/jdk/default_java_toolchain.bzl

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -220,6 +220,7 @@ def _bootclasspath_impl(ctx):
220220

221221
ctx.actions.run(
222222
executable = "%s/bin/javac" % host_javabase.java_home,
223+
mnemonic = "JavaToolchainCompileClasses",
223224
inputs = [ctx.file.src] + ctx.files.host_javabase,
224225
outputs = class_outputs,
225226
arguments = [args],
@@ -246,6 +247,7 @@ def _bootclasspath_impl(ctx):
246247

247248
ctx.actions.run(
248249
executable = str(host_javabase.java_executable_exec_path),
250+
mnemonic = "JavaToolchainCompileBootClasspath",
249251
inputs = inputs,
250252
outputs = [bootclasspath],
251253
arguments = [args],

0 commit comments

Comments
 (0)