From 7964b1aa0d6c681799633f8a20d5ade78aec8289 Mon Sep 17 00:00:00 2001 From: kmb Date: Tue, 5 Dec 2017 19:37:21 -0800 Subject: Reflect progress on incremental dexing in android_binary's incremental_dexing attribute documentation. RELNOTES: None. PiperOrigin-RevId: 178047799 --- .../devtools/build/lib/rules/android/AndroidRuleClasses.java | 9 ++------- 1 file changed, 2 insertions(+), 7 deletions(-) (limited to 'src/main') 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 { */ .add(attr("dex_shards", INTEGER).value(1)) /* - 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. */ .add( attr("incremental_dexing", TRISTATE) -- cgit v1.2.3