From 76780171d7c3ff0dc0240644f703cf181fd8b8e8 Mon Sep 17 00:00:00 2001 From: Tobias Werth Date: Thu, 2 Jul 2026 01:57:52 -0700 Subject: [PATCH] Automated Code Change PiperOrigin-RevId: 941556054 --- tools/jarjar/jarjar.bzl | 1 + 1 file changed, 1 insertion(+) diff --git a/tools/jarjar/jarjar.bzl b/tools/jarjar/jarjar.bzl index 2fa6554f212..ff6e61b5757 100644 --- a/tools/jarjar/jarjar.bzl +++ b/tools/jarjar/jarjar.bzl @@ -43,6 +43,7 @@ def _jarjar_library(ctx): ) ctx.actions.run_shell( + mnemonic = "ExternalJarjarLibrary", command = command, inputs = [ctx.outputs._rules_file] + jar_files + ctx.files._jdk, outputs = [ctx.outputs.jar],