We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent c4ea925 commit 0c3f528Copy full SHA for 0c3f528
src/main/java/com/google/devtools/build/lib/rules/android/AndroidConfiguration.java
@@ -531,9 +531,7 @@ public static class Options extends FragmentOptions {
531
532
@Option(
533
name = "use_workers_with_dexbuilder",
534
- // TODO(b/226226799): Set this back to true once
535
- // https://github.com/bazelbuild/bazel/issues/10241 is addressed
536
- defaultValue = "false",
+ defaultValue = "true",
537
documentationCategory = OptionDocumentationCategory.UNDOCUMENTED,
538
effectTags = {OptionEffectTag.EXECUTION},
539
help = "Whether dexbuilder supports being run in local worker mode.")
0 commit comments