aboutsummaryrefslogtreecommitdiffhomepage
diff options
context:
space:
mode:
-rw-r--r--src/main/java/com/google/devtools/build/lib/rules/android/AarImportBaseRule.java2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/main/java/com/google/devtools/build/lib/rules/android/AarImportBaseRule.java b/src/main/java/com/google/devtools/build/lib/rules/android/AarImportBaseRule.java
index 6abf8ed35e..20fe79a708 100644
--- a/src/main/java/com/google/devtools/build/lib/rules/android/AarImportBaseRule.java
+++ b/src/main/java/com/google/devtools/build/lib/rules/android/AarImportBaseRule.java
@@ -42,7 +42,7 @@ public class AarImportBaseRule implements RuleDefinition {
.mandatory()
.allowedFileTypes(FileType.of(".aar")))
/* <!-- #BLAZE_RULE(aar_import).ATTRIBUTE(exports) -->
- Target to export to rules that depend on this rule.
+ Targets to export to rules that depend on this rule.
See <a href="${link java_library.exports}">java_library.exports.
<!-- #END_BLAZE_RULE.ATTRIBUTE --> */
.add(attr("exports", LABEL_LIST)