Browse Source

Add missing mnemonic on a couple of proto compilation actions.

PiperOrigin-RevId: 502633022
pull/11572/head
Tiago Quelhas 1 year ago
committed by Copybara-Service
parent
commit
80c3f95e37
2 changed files with 2 additions and 0 deletions
  1. BIN
      csharp/src/Google.Protobuf.Test/testprotos.pb
  2. +2
    -0
      protobuf.bzl

BIN
csharp/src/Google.Protobuf.Test/testprotos.pb View File


+ 2
- 0
protobuf.bzl View File

@ -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