Skip to content

Commit

Permalink
Provide action mnemonics for kt_jvm_proto_library implementation.
Browse files Browse the repository at this point in the history
These names are chosen to mirror the action mnemonics in the
kt_jvm_grpc_library implementation.
  • Loading branch information
plobsing authored and jamesward committed Nov 11, 2022
1 parent ae7a239 commit 66f0e19
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions kt_jvm_grpc.bzl
Original file line number Diff line number Diff line change
Expand Up @@ -200,6 +200,7 @@ def _kt_jvm_proto_library_helper_impl(ctx):
outputs = [gen_src_dir],
executable = ctx.executable._protoc,
arguments = [protoc_args],
mnemonic = "KtProtoGenerator",
progress_message = "Generating kotlin proto extensions for " +
", ".join([
str(dep.label)
Expand All @@ -216,6 +217,7 @@ def _kt_jvm_proto_library_helper_impl(ctx):
arguments = [args],
executable = ctx.executable._zip,
inputs = [gen_src_dir],
mnemonic = "KtProtoSrcJar",
outputs = [ctx.outputs.srcjar],
)

Expand Down

0 comments on commit 66f0e19

Please sign in to comment.