Correct path for removing old bazel artifacts am: d7d5b72e4e am: 55f82b0f02 am: b5f64253fd

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

Change-Id: I78aa623c536acfc074e17a2fe47b26dea314feb3
This commit is contained in:
Liz Kammer
2021-10-01 16:04:54 +00:00
committed by Automerger Merge Worker

View File

@@ -815,7 +815,7 @@ func (c *bazelSingleton) GenerateBuildActions(ctx SingletonContext) {
if len(buildStatement.OutputPaths) > 0 {
cmd.Text("rm -f")
for _, outputPath := range buildStatement.OutputPaths {
cmd.Text(PathForBazelOut(ctx, outputPath).String())
cmd.Text(outputPath)
}
cmd.Text("&&")
}