Add 'pre-production' description to queryview action.

Based on feedback from leadership.

Test: N/A
Change-Id: I4c0debf53a018578a95f074270c330803ef9529b
This commit is contained in:
Jingwen Chen 2020-11-13 10:04:17 -05:00
parent 45e0c95f85
commit 478d033499
1 changed files with 1 additions and 1 deletions

View File

@ -57,7 +57,7 @@ func (c *bazelQueryViewSingleton) GenerateBuildActions(ctx SingletonContext) {
), ),
CommandDeps: []string{primaryBuilder.String()}, CommandDeps: []string{primaryBuilder.String()},
Description: fmt.Sprintf( Description: fmt.Sprintf(
"[EXPERIMENTAL] Creating the Bazel QueryView workspace with %s at $outDir", "[EXPERIMENTAL, PRE-PRODUCTION] Creating the Bazel QueryView workspace with %s at $outDir",
primaryBuilder.Base()), primaryBuilder.Base()),
Deps: blueprint.DepsGCC, Deps: blueprint.DepsGCC,
Depfile: "${outDir}/.queryview-depfile.d", Depfile: "${outDir}/.queryview-depfile.d",