Add bazel-force-enabled-modules.

Test: m nothing
Change-Id: I97d8fcb304f0d039fd7bbd3ea3d01966ae25471f
This commit is contained in:
MarkDacek 2022-11-29 21:18:05 +00:00 committed by Mark Dacek
parent 1b457a5e10
commit 99f7962b35

View file

@ -39,9 +39,10 @@ type Args struct {
Memprofile string Memprofile string
TraceFile string TraceFile string
BazelMode bool BazelMode bool
BazelModeDev bool BazelModeDev bool
BazelModeStaging 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