aboutsummaryrefslogtreecommitdiffhomepage
path: root/src/main
diff options
context:
space:
mode:
authorGravatar ajmichael <ajmichael@google.com>2017-07-20 20:43:26 +0200
committerGravatar Klaus Aehlig <aehlig@google.com>2017-07-21 09:15:05 +0200
commit2462f35c04f24f6ab8b7e28d838086ec3586ad45 (patch)
tree4f712244d1402d929a754d84e12ee389aeb5f51c /src/main
parent006659e1777df64ebcc5a551bc7ad5c3d1042e68 (diff)
Remove --experimental_android_use_singlejar_for_multidex.
This flag has been a no-op for a while with a deprecation warning that it will be removed. RELNOTES: Remove --experimental_android_use_singlejar_for_multidex. PiperOrigin-RevId: 162643922
Diffstat (limited to 'src/main')
-rw-r--r--src/main/java/com/google/devtools/build/lib/rules/android/AndroidConfiguration.java12
1 files changed, 0 insertions, 12 deletions
diff --git a/src/main/java/com/google/devtools/build/lib/rules/android/AndroidConfiguration.java b/src/main/java/com/google/devtools/build/lib/rules/android/AndroidConfiguration.java
index 86b850ca7b..4e0e9b67f0 100644
--- a/src/main/java/com/google/devtools/build/lib/rules/android/AndroidConfiguration.java
+++ b/src/main/java/com/google/devtools/build/lib/rules/android/AndroidConfiguration.java
@@ -598,18 +598,6 @@ public class AndroidConfiguration extends BuildConfiguration.Fragment {
public boolean useSingleJarApkBuilder;
@Option(
- name = "experimental_android_use_singlejar_for_multidex",
- defaultValue = "true",
- metadataTags = {OptionMetadataTag.HIDDEN},
- deprecationWarning =
- "This flag is deprecated and is a no-op. It will be removed in a future release.",
- documentationCategory = OptionDocumentationCategory.UNDOCUMENTED,
- effectTags = {OptionEffectTag.UNKNOWN},
- help = "This flag is deprecated and is a no-op. It will be removed in a future release."
- )
- public boolean useSingleJarForMultidex;
-
- @Option(
name = "experimental_android_resource_filtering_method",
converter = ResourceFilter.Converter.class,
defaultValue = "filter_in_execution",