Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit 478d0334 authored by Jingwen Chen's avatar Jingwen Chen
Browse files

Add 'pre-production' description to queryview action.

Based on feedback from leadership.

Test: N/A
Change-Id: I4c0debf53a018578a95f074270c330803ef9529b
parent 45e0c95f
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -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",