Skip to content

Commit

Permalink
Explain why enabled CommonCommandOptions.enablePlatformSpecificOption…
Browse files Browse the repository at this point in the history
…s is unused.

RELNOTES: None.
PiperOrigin-RevId: 434392114
  • Loading branch information
lberki authored and copybara-github committed Mar 14, 2022
1 parent 843f550 commit 42c7518
Showing 1 changed file with 2 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -52,6 +52,8 @@ public class CommonCommandOptions extends OptionsBase {
help = "No-op, being removed. See https://github.com/bazelbuild/bazel/issues/13892")
public Void allIncompatibleChanges;

// It's by design that this field is unused: this command line option takes effect by reading its
// value during options parsing based on its (string) name.
@Option(
name = "enable_platform_specific_config",
defaultValue = "false",
Expand Down

0 comments on commit 42c7518

Please sign in to comment.