aboutsummaryrefslogtreecommitdiffhomepage
path: root/src/main
diff options
context:
space:
mode:
authorGravatar kmb <kmb@google.com>2017-12-05 19:37:21 -0800
committerGravatar Copybara-Service <copybara-piper@google.com>2017-12-05 19:39:19 -0800
commit7964b1aa0d6c681799633f8a20d5ade78aec8289 (patch)
tree7cf059e101eaaed75058d48856d24f4a28095010 /src/main
parenta2d2615362c65be98629b39ce39754a325ed1c42 (diff)
Reflect progress on incremental dexing in android_binary's incremental_dexing attribute documentation.
RELNOTES: None. PiperOrigin-RevId: 178047799
Diffstat (limited to 'src/main')
-rw-r--r--src/main/java/com/google/devtools/build/lib/rules/android/AndroidRuleClasses.java9
1 files changed, 2 insertions, 7 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 5dcef2590b..084f143f60 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
@@ -811,13 +811,8 @@ public final class AndroidRuleClasses {
<!-- #END_BLAZE_RULE.ATTRIBUTE --> */
.add(attr("dex_shards", INTEGER).value(1))
/* <!-- #BLAZE_RULE($android_binary_base).ATTRIBUTE(incremental_dexing) -->
- Force the target to be built with or without incremental dexing, overriding defaults and
- --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_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.
+ Force the target to be built with or without incremental dexing, overriding defaults
+ and --incremental_dexing flag.
<!-- #END_BLAZE_RULE.ATTRIBUTE --> */
.add(
attr("incremental_dexing", TRISTATE)