Merge "Add 'pre-production' description to queryview action."

This commit is contained in:
Jingwen Chen
2020-11-14 08:05:35 +00:00
committed by Gerrit Code Review

View File

@@ -57,7 +57,7 @@ func (c *bazelQueryViewSingleton) GenerateBuildActions(ctx SingletonContext) {
),
CommandDeps: []string{primaryBuilder.String()},
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()),
Deps: blueprint.DepsGCC,
Depfile: "${outDir}/.queryview-depfile.d",