Set explicit mnemonic for Starlark action.

This will allow us to differentiate where the action was created.

PiperOrigin-RevId: 441195283
pull/13171/head
Protobuf Team 3 years ago committed by Copybara-Service
parent e1e7435e70
commit 9f371b781b
  1. 1
      bazel/upb_proto_library.bzl

@ -210,6 +210,7 @@ def _compile_upb_protos(ctx, generator, proto_info, proto_sources):
] +
[_get_real_short_path(file) for file in proto_sources],
progress_message = "Generating upb protos for :" + ctx.label.name,
mnemonic = "GenUpbProtos",
)
return GeneratedSrcsInfo(srcs = srcs, hdrs = hdrs)

Loading…
Cancel
Save