Add bazel-force-enabled-modules.
Test: m nothing Change-Id: I97d8fcb304f0d039fd7bbd3ea3d01966ae25471f
This commit is contained in:
parent
1b457a5e10
commit
99f7962b35
1 changed files with 4 additions and 3 deletions
|
@ -39,9 +39,10 @@ type Args struct {
|
|||
Memprofile string
|
||||
TraceFile string
|
||||
|
||||
BazelMode bool
|
||||
BazelModeDev bool
|
||||
BazelModeStaging bool
|
||||
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