Add staging mode to soong build. am: c5e959b244
am: 612884822d
Original change: https://android-review.googlesource.com/c/platform/build/blueprint/+/2261143 Change-Id: Ia0d8715f7b8a948190de3ea88db23caa90c6e1a3 Signed-off-by: Automerger Merge Worker <android-build-automerger-merge-worker@system.gserviceaccount.com>
This commit is contained in:
commit
61a98e320c
1 changed files with 3 additions and 2 deletions
|
@ -39,8 +39,9 @@ type Args struct {
|
||||||
Memprofile string
|
Memprofile string
|
||||||
TraceFile string
|
TraceFile string
|
||||||
|
|
||||||
BazelMode bool
|
BazelMode bool
|
||||||
BazelModeDev bool
|
BazelModeDev bool
|
||||||
|
BazelModeStaging bool
|
||||||
}
|
}
|
||||||
|
|
||||||
// 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