Add staging mode to soong build.
This is to build bazel targets that are nearing readiness for prod mode. Bug: 254265047 Test: m nothing Test: m nothing --bazel-mode-dev Test: m nothing --bazel-mode-staging Change-Id: Ie8336ec4ad70c0c9bd6d74f3b0a278c85fd5df2d
This commit is contained in:
parent
ad9fbde7de
commit
c5e959b244
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