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:
MarkDacek 2022-10-18 20:35:45 +00:00
parent ad9fbde7de
commit c5e959b244

View file

@ -41,6 +41,7 @@ type Args struct {
BazelMode bool
BazelModeDev bool
BazelModeStaging bool
}
// RunBlueprint emits `args.OutFile` (a Ninja file) and returns the list of