From 64ce87ba348ae6f2896fbaa4e18a28617dee00d6 Mon Sep 17 00:00:00 2001 From: Julio Merino Date: Thu, 9 Jun 2016 12:22:55 +0000 Subject: Fix typos and grammar. -- MOS_MIGRATED_REVID=124448791 --- .../devtools/build/lib/rules/android/AndroidRuleClasses.java | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) (limited to 'src/main/java/com/google/devtools/build/lib/rules/android/AndroidRuleClasses.java') 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. */ @@ -670,9 +670,9 @@ com/google/common/base/Objects.class The mapping file will be generated only if proguard_specs is specified. This file will list the mapping between the original and obfuscated class, method, and field names. -

WARNING: If you use this attribute, your Proguard specification - should contain neither -dontobfuscate nor -printmapping. - .

+

WARNING: If this attribute is used, the Proguard + specification should contain neither -dontobfuscate nor + -printmapping.

*/ .add(attr("proguard_generate_mapping", BOOLEAN).value(false) .nonconfigurable("value is referenced in an ImplicitOutputsFunction")) -- cgit v1.2.3