Skip to content

Commit 80c3f95

Browse files
tjgqcopybara-github
authored andcommittedJan 17, 2023
Add missing mnemonic on a couple of proto compilation actions.
PiperOrigin-RevId: 502633022
1 parent 98eda63 commit 80c3f95

File tree

2 files changed

+2
-0
lines changed

2 files changed

+2
-0
lines changed
 
-9.52 KB
Binary file not shown.

‎protobuf.bzl

+2
Original file line numberDiff line numberDiff line change
@@ -307,6 +307,7 @@ def _internal_gen_well_known_protos_java_impl(ctx):
307307
inputs = descriptors,
308308
outputs = [srcjar],
309309
arguments = [args],
310+
mnemonic = "ProtoCompile",
310311
use_default_shell_env = True,
311312
)
312313

@@ -369,6 +370,7 @@ def _internal_gen_kt_protos(ctx):
369370
inputs = descriptors,
370371
outputs = [srcjar],
371372
arguments = [args],
373+
mnemonic = "ProtoCompile",
372374
use_default_shell_env = True,
373375
)
374376

0 commit comments

Comments
 (0)
Please sign in to comment.