Skip to content

Commit 5909005

Browse files
meisterTDagger Team
authored andcommitted
Automated Code Change
PiperOrigin-RevId: 868646966
1 parent 3507b0d commit 5909005

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

tools/maven/maven.bzl

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -428,6 +428,7 @@ def _package_android_library_impl(ctx):
428428
proguardSpec = ctx.file.proguardSpec.path if ctx.file.proguardSpec else "none",
429429
outputFile = ctx.outputs.aar.path,
430430
),
431+
mnemonic = "DaggerPackageAndroidLib",
431432
)
432433

433434
_package_android_library = rule(
@@ -488,6 +489,7 @@ def _package_r8_and_proguard_rule_impl(ctx):
488489
proguardSpec = ctx.file.proguardSpec.path if ctx.file.proguardSpec else "none",
489490
outputFile = ctx.outputs.jar.path,
490491
),
492+
mnemonic = "DaggerPackageR8AndProguard",
491493
)
492494

493495
_package_r8_and_proguard_rule = rule(

0 commit comments

Comments
 (0)