Skip to content

Commit fc77bb0

Browse files
meisterTGoogle Java Core Libraries
authored andcommitted
Automated Code Change
PiperOrigin-RevId: 866415838
1 parent 5db4fd7 commit fc77bb0

2 files changed

Lines changed: 2 additions & 0 deletions

File tree

tools/jarjar/jarjar.bzl

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -45,6 +45,7 @@ def _jarjar_library(ctx):
4545
command = command,
4646
inputs = [ctx.outputs._rules_file] + jar_files + ctx.files._jdk,
4747
outputs = [ctx.outputs.jar],
48+
mnemonic = "JarJar",
4849
tools = [ctx.executable._jarjar, ctx.executable._jarjar_runner],
4950
)
5051

tools/javadoc/javadoc.bzl

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -130,6 +130,7 @@ def _javadoc_library(ctx):
130130
command = "%s $@ && %s" % (javadoc_command, jar_command),
131131
arguments = [javadoc_arguments],
132132
outputs = [output_dir, ctx.outputs.jar],
133+
mnemonic = "BazelCommonJavadocGen",
133134
)
134135

135136
def _format_linkoffline_value(link):

0 commit comments

Comments
 (0)