aboutsummaryrefslogtreecommitdiffhomepage
path: root/src/main/java/com/google/devtools/build/lib/rules/android/AndroidRuleClasses.java
diff options
context:
space:
mode:
authorGravatar Julio Merino <jmmv@google.com>2016-06-09 12:22:55 +0000
committerGravatar Yun Peng <pcloudy@google.com>2016-06-09 16:55:48 +0000
commit64ce87ba348ae6f2896fbaa4e18a28617dee00d6 (patch)
tree7d359610356145bf9582d60008cddf072428039a /src/main/java/com/google/devtools/build/lib/rules/android/AndroidRuleClasses.java
parentff30a7319fc495c1f2d4c58b233e7bd7690da27f (diff)
Fix typos and grammar.
-- MOS_MIGRATED_REVID=124448791
Diffstat (limited to 'src/main/java/com/google/devtools/build/lib/rules/android/AndroidRuleClasses.java')
-rw-r--r--src/main/java/com/google/devtools/build/lib/rules/android/AndroidRuleClasses.java8
1 files changed, 4 insertions, 4 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 91606e0531..abd3135b06 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
@@ -630,7 +630,7 @@ public final class AndroidRuleClasses {
--incremental_dexing flag. Users should set this attribute to 0 for release binaries
(e.g., to avoid accidental usage of --incremental_dexing), since incremental dexing can
produce slightly larger artifacts than dx. It is an error to set this attribute to 1 for
- android_binary and android_test rules that have proguard enabled, as well as for
+ android_binary and android_test rules that have Proguard enabled, as well as for
android_test rules with binary_under_test set. We are working on addressing these
shortcomings so please check with us if you run into these limitations.
<!-- #END_BLAZE_RULE.ATTRIBUTE --> */
@@ -670,9 +670,9 @@ com/google/common/base/Objects.class
The mapping file will be generated only if <code>proguard_specs</code> is
specified. This file will list the mapping between the original and
obfuscated class, method, and field names.
- <p><em class="harmful">WARNING: If you use this attribute, your Proguard specification
- should contain neither <code>-dontobfuscate</code> nor <code>-printmapping</code>.
- </em>.</p>
+ <p><em class="harmful">WARNING: If this attribute is used, the Proguard
+ specification should contain neither <code>-dontobfuscate</code> nor
+ <code>-printmapping</code>.</em></p>
<!-- #END_BLAZE_RULE.ATTRIBUTE --> */
.add(attr("proguard_generate_mapping", BOOLEAN).value(false)
.nonconfigurable("value is referenced in an ImplicitOutputsFunction"))