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:
parent
9bc3a984d7
commit
08343b7a89
1 changed files with 0 additions and 5 deletions
|
@ -38,11 +38,6 @@ type Args struct {
|
|||
Cpuprofile string
|
||||
Memprofile string
|
||||
TraceFile string
|
||||
|
||||
BazelMode bool
|
||||
BazelModeDev bool
|
||||
BazelModeStaging bool
|
||||
BazelForceEnabledModules string
|
||||
}
|
||||
|
||||
// RunBlueprint emits `args.OutFile` (a Ninja file) and returns the list of
|
||||
|
|
Loading…
Reference in a new issue