aboutsummaryrefslogtreecommitdiffhomepage
path: root/src/main/java
diff options
context:
space:
mode:
authorGravatar Googler <noreply@google.com>2017-01-10 16:53:46 +0000
committerGravatar Marcel Hlopko <hlopko@google.com>2017-01-10 19:42:20 +0000
commit9bd768c05c474c80e6ae7698573209becb5fcc17 (patch)
tree6e8b7c339b67d8f1bbdfabb87863d95af9ea5d1a /src/main/java
parente1f8bbc1fe1d0a22736597dbd029155b01718b94 (diff)
Finish removing experimental_use_rclass_generator flag
Since it's already a no-op after the latest release this should be harmless... R=ahumesky -- PiperOrigin-RevId: 144088752 MOS_MIGRATED_REVID=144088752
Diffstat (limited to 'src/main/java')
-rw-r--r--src/main/java/com/google/devtools/build/lib/rules/android/AndroidConfiguration.java10
1 files changed, 0 insertions, 10 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 75d999be0c..94d2c8a8f4 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
@@ -372,16 +372,6 @@ public class AndroidConfiguration extends BuildConfiguration.Fragment {
// Do not use on the command line.
// The idea is that once this option works, we'll flip the default value in a config file, then
// once it is proven that it works, remove it from Bazel and said config file.
- // This is now on by default and the flag is a noop and will be removed in a future release.
- @Option(name = "experimental_use_rclass_generator",
- defaultValue = "true",
- category = "undocumented",
- help = "Use the specialized R class generator to build the final app and lib R classes.")
- public boolean useRClassGenerator;
-
- // Do not use on the command line.
- // The idea is that once this option works, we'll flip the default value in a config file, then
- // once it is proven that it works, remove it from Bazel and said config file.
@Option(name = "experimental_use_parallel_android_resource_processing",
defaultValue = "false",
category = "undocumented",