bootstrap.Args should contain only relevant command line arguments

Soong/Bazel-specific arguments are now kept in Soong.

Test: treehugger
Change-Id: If37bc6ea60b58173baa981bb5c85bfc90102005c
This commit is contained in:
Sasha Smundak 2022-12-12 21:25:50 -08:00
parent 9bc3a984d7
commit 08343b7a89

View file

@ -38,11 +38,6 @@ type Args struct {
Cpuprofile string Cpuprofile string
Memprofile string Memprofile string
TraceFile string TraceFile string
BazelMode bool
BazelModeDev bool
BazelModeStaging bool
BazelForceEnabledModules string
} }
// RunBlueprint emits `args.OutFile` (a Ninja file) and returns the list of // RunBlueprint emits `args.OutFile` (a Ninja file) and returns the list of