Add bazel-force-enabled-modules. am: 99f7962b35
am: 2def2db38b
Original change: https://android-review.googlesource.com/c/platform/build/blueprint/+/2322194 Change-Id: I0429639c8191020ccb594e597ddae9c740845514 Signed-off-by: Automerger Merge Worker <android-build-automerger-merge-worker@system.gserviceaccount.com>
This commit is contained in:
commit
f1423d13cb
1 changed files with 4 additions and 3 deletions
|
@ -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
|
||||||
|
|
Loading…
Reference in a new issue