Add bazel-force-enabled-modules. am: 99f7962b35
Original change: https://android-review.googlesource.com/c/platform/build/blueprint/+/2322194 Change-Id: If3e2893d549129999b077de97816a81aa13c6055 Signed-off-by: Automerger Merge Worker <android-build-automerger-merge-worker@system.gserviceaccount.com>
This commit is contained in:
commit
2def2db38b
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