Skip to content

Commit

Permalink
Move use_workers_with_dexbuilder into the graveyard options.
Browse files Browse the repository at this point in the history
  • Loading branch information
Bencodes committed Apr 4, 2023
1 parent 7dec51a commit 9bfc2b7
Showing 1 changed file with 9 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -362,6 +362,15 @@ public static final class BazelBuildGraveyardOptions extends BuildGraveyardOptio
help = "This option is deprecated and has no effect.")
public boolean shortenObjFilePath;

@Deprecated
@Option(
name = "use_workers_with_dexbuilder",
defaultValue = "true",
documentationCategory = OptionDocumentationCategory.UNDOCUMENTED,
effectTags = {OptionEffectTag.EXECUTION},
help = "This option is deprecated and has no effect.")
public boolean useWorkersWithDexbuilder;

@Option(
name = "force_ignore_dash_static",
defaultValue = "false",
Expand Down

0 comments on commit 9bfc2b7

Please sign in to comment.