We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 4d17e14 commit 120ea6cCopy full SHA for 120ea6c
tools/jdk/default_java_toolchain.bzl
@@ -220,6 +220,7 @@ def _bootclasspath_impl(ctx):
220
221
ctx.actions.run(
222
executable = "%s/bin/javac" % host_javabase.java_home,
223
+ mnemonic = "JavaToolchainCompileClasses",
224
inputs = [ctx.file.src] + ctx.files.host_javabase,
225
outputs = class_outputs,
226
arguments = [args],
@@ -246,6 +247,7 @@ def _bootclasspath_impl(ctx):
246
247
248
249
executable = str(host_javabase.java_executable_exec_path),
250
+ mnemonic = "JavaToolchainCompileBootClasspath",
251
inputs = inputs,
252
outputs = [bootclasspath],
253
0 commit comments