Skip to content

Commit 9bfc2b7

Browse files
committed
Move use_workers_with_dexbuilder into the graveyard options.
1 parent 7dec51a commit 9bfc2b7

File tree

1 file changed

+9
-0
lines changed

1 file changed

+9
-0
lines changed

src/main/java/com/google/devtools/build/lib/bazel/rules/BazelRulesModule.java

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -362,6 +362,15 @@ public static final class BazelBuildGraveyardOptions extends BuildGraveyardOptio
362362
help = "This option is deprecated and has no effect.")
363363
public boolean shortenObjFilePath;
364364

365+
@Deprecated
366+
@Option(
367+
name = "use_workers_with_dexbuilder",
368+
defaultValue = "true",
369+
documentationCategory = OptionDocumentationCategory.UNDOCUMENTED,
370+
effectTags = {OptionEffectTag.EXECUTION},
371+
help = "This option is deprecated and has no effect.")
372+
public boolean useWorkersWithDexbuilder;
373+
365374
@Option(
366375
name = "force_ignore_dash_static",
367376
defaultValue = "false",

0 commit comments

Comments
 (0)