From 99f7962b35ae7cfc7ab9e6ab88d006ceefec696f Mon Sep 17 00:00:00 2001 From: MarkDacek Date: Tue, 29 Nov 2022 21:18:05 +0000 Subject: [PATCH] Add bazel-force-enabled-modules. Test: m nothing Change-Id: I97d8fcb304f0d039fd7bbd3ea3d01966ae25471f --- bootstrap/command.go | 7 ++++--- 1 file changed, 4 insertions(+), 3 deletions(-) diff --git a/bootstrap/command.go b/bootstrap/command.go index 96a43d7..5ff4a97 100644 --- a/bootstrap/command.go +++ b/bootstrap/command.go @@ -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