Add 'pre-production' description to queryview action.
Based on feedback from leadership. Test: N/A Change-Id: I4c0debf53a018578a95f074270c330803ef9529b
This commit is contained in:
parent
45e0c95f85
commit
478d033499
1 changed files with 1 additions and 1 deletions
|
@ -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",
|
||||
|
|
Loading…
Reference in a new issue