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
|
@ -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",
|
||||||
|
|
Loading…
Reference in New Issue