Correct path for removing old bazel artifacts am: d7d5b72e4e
am: 55f82b0f02
Original change: https://android-review.googlesource.com/c/platform/build/soong/+/1842591 Change-Id: Ia08675a6a565a0dfb9ed9afaa151e4e05791f31a
This commit is contained in:
@@ -815,7 +815,7 @@ func (c *bazelSingleton) GenerateBuildActions(ctx SingletonContext) {
|
|||||||
if len(buildStatement.OutputPaths) > 0 {
|
if len(buildStatement.OutputPaths) > 0 {
|
||||||
cmd.Text("rm -f")
|
cmd.Text("rm -f")
|
||||||
for _, outputPath := range buildStatement.OutputPaths {
|
for _, outputPath := range buildStatement.OutputPaths {
|
||||||
cmd.Text(PathForBazelOut(ctx, outputPath).String())
|
cmd.Text(outputPath)
|
||||||
}
|
}
|
||||||
cmd.Text("&&")
|
cmd.Text("&&")
|
||||||
}
|
}
|
||||||
|
Reference in New Issue
Block a user