aboutsummaryrefslogtreecommitdiffhomepage
path: root/src/main/java/com/google/devtools/build/lib/rules/android
diff options
context:
space:
mode:
authorGravatar Googler <noreply@google.com>2016-01-12 16:23:13 +0000
committerGravatar Damien Martin-Guillerez <dmarting@google.com>2016-01-13 13:02:15 +0000
commitab868ac09b06705ea6a60348ff440bf19edcc636 (patch)
tree52d0eaa42d535c5a5f8ee603967c8c04e293dd0e /src/main/java/com/google/devtools/build/lib/rules/android
parentbf642fa0d9f3c5ece48350a471bdd4dc3d2d4f61 (diff)
Fixing broken named anchors for common-attributes*.
RELNOTES: -- MOS_MIGRATED_REVID=111951279
Diffstat (limited to 'src/main/java/com/google/devtools/build/lib/rules/android')
-rw-r--r--src/main/java/com/google/devtools/build/lib/rules/android/AndroidRuleClasses.java4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/main/java/com/google/devtools/build/lib/rules/android/AndroidRuleClasses.java b/src/main/java/com/google/devtools/build/lib/rules/android/AndroidRuleClasses.java
index 07bbe0605e..09702fcf93 100644
--- a/src/main/java/com/google/devtools/build/lib/rules/android/AndroidRuleClasses.java
+++ b/src/main/java/com/google/devtools/build/lib/rules/android/AndroidRuleClasses.java
@@ -509,7 +509,7 @@ public final class AndroidRuleClasses {
Extra compiler options for this target.
${SYNOPSIS}
Subject to <a href="#make_variables">"Make variable"</a> substitution and
- <a href="#sh-tokenization">Bourne shell tokenization</a>.
+ <a href="common-definitions.html#sh-tokenization">Bourne shell tokenization</a>.
<p>
These compiler options are passed to javac after the global compiler options.</p>
<!-- #END_BLAZE_RULE.ATTRIBUTE --> */
@@ -596,7 +596,7 @@ public final class AndroidRuleClasses {
Additional command-line flags for the dx tool when generating classes.dex.
${SYNOPSIS}
Subject to <a href="#make_variables">"Make variable"</a> substitution and
- <a href="#sh-tokenization">Bourne shell tokenization</a>.
+ <a href="common-definitions.html#sh-tokenization">Bourne shell tokenization</a>.
<!-- #END_BLAZE_RULE.ATTRIBUTE --> */
.add(attr("dexopts", STRING_LIST))
/* <!-- #BLAZE_RULE($android_binary_base).ATTRIBUTE(dex_shards) -->