Automated Code Change

PiperOrigin-RevId: 941006746
diff --git a/third_party/flatbuffers/build_defs.bzl b/third_party/flatbuffers/build_defs.bzl
index 73ba111..4c09525 100644
--- a/third_party/flatbuffers/build_defs.bzl
+++ b/third_party/flatbuffers/build_defs.bzl
@@ -306,6 +306,7 @@
 
     for src in ctx.files.srcs:
         ctx.actions.run(
+            mnemonic = "GenFlatbufferSrcs",
             inputs = deps,
             outputs = outputs,
             executable = ctx.executable._flatc,
@@ -394,6 +395,7 @@
     command = "echo 'import flatbuffers\n' > %s; "
     command += "for f in $(find %s -name '*.py'); do cat $f | sed '/import flatbuffers/d' >> %s; done "
     ctx.actions.run_shell(
+        mnemonic = "ConcatFlatbufferPySrcs",
         inputs = ctx.attr.deps[0].files,
         outputs = [ctx.outputs.out],
         command = command % (