Merge "Add 'pre-production' description to queryview action." am: 1d26d3033a

Original change: https://android-review.googlesource.com/c/platform/build/soong/+/1497906

Change-Id: I89f2cd746c9d96455f20c4d84de6731f2fc7471c
This commit is contained in:
Jingwen Chen
2020-11-14 08:33:42 +00:00
committed by Automerger Merge Worker

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",