Add missing mnemonic on a couple of proto compilation actions.

PiperOrigin-RevId: 502633022
pull/11572/head
Tiago Quelhas 2 years ago committed by Copybara-Service
parent 98eda63822
commit 80c3f95e37
  1. BIN
      csharp/src/Google.Protobuf.Test/testprotos.pb
  2. 2
      protobuf.bzl

@ -307,6 +307,7 @@ def _internal_gen_well_known_protos_java_impl(ctx):
inputs = descriptors,
outputs = [srcjar],
arguments = [args],
mnemonic = "ProtoCompile",
use_default_shell_env = True,
)
@ -369,6 +370,7 @@ def _internal_gen_kt_protos(ctx):
inputs = descriptors,
outputs = [srcjar],
arguments = [args],
mnemonic = "ProtoCompile",
use_default_shell_env = True,
)

Loading…
Cancel
Save