Skip to content

Commit 0c3f528

Browse files
Bencodescopybara-github
authored andcommitted
Flip --use_workers_with_dexbuilder default value to true
Removing the TODO on `use_workers_with_dexbuilder` and flipped the flag back to true. Related issue #10241 Closes #15320. PiperOrigin-RevId: 450513994
1 parent c4ea925 commit 0c3f528

File tree

1 file changed

+1
-3
lines changed

1 file changed

+1
-3
lines changed

src/main/java/com/google/devtools/build/lib/rules/android/AndroidConfiguration.java

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -531,9 +531,7 @@ public static class Options extends FragmentOptions {
531531

532532
@Option(
533533
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",
534+
defaultValue = "true",
537535
documentationCategory = OptionDocumentationCategory.UNDOCUMENTED,
538536
effectTags = {OptionEffectTag.EXECUTION},
539537
help = "Whether dexbuilder supports being run in local worker mode.")

0 commit comments

Comments
 (0)