From 412b61745a8c2758e26e4d0a926bfb785185553d Mon Sep 17 00:00:00 2001 From: Tobias Werth Date: Thu, 2 Jul 2026 01:46:00 -0700 Subject: [PATCH] Automated Code Change PiperOrigin-RevId: 941551630 --- lua/lua_proto_library.bzl | 1 + 1 file changed, 1 insertion(+) diff --git a/lua/lua_proto_library.bzl b/lua/lua_proto_library.bzl index 02ee4959b1..7c8640cab9 100644 --- a/lua/lua_proto_library.bzl +++ b/lua/lua_proto_library.bzl @@ -60,6 +60,7 @@ def _compile_upb_protos(ctx, proto_info, proto_sources): files = [_generate_output_file(ctx, name, "_pb.lua") for name in proto_sources] transitive_sets = proto_info.transitive_descriptor_sets.to_list() ctx.actions.run( + mnemonic = "CompileUpbProtos", inputs = depset( direct = [proto_info.direct_descriptor_set], transitive = [proto_info.transitive_descriptor_sets],