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],