Correct mismatched string format in bazel_handler
Test: go test soong tests Change-Id: Ic48d2e75e8d246f490f46f4619e739b0fa565902
This commit is contained in:
@@ -515,6 +515,6 @@ func (c *bazelSingleton) GenerateBuildActions(ctx SingletonContext) {
|
|||||||
// build statement have later timestamps than the outputs.
|
// build statement have later timestamps than the outputs.
|
||||||
rule.Restat()
|
rule.Restat()
|
||||||
|
|
||||||
rule.Build(fmt.Sprintf("bazel %s", index), buildStatement.Mnemonic)
|
rule.Build(fmt.Sprintf("bazel %d", index), buildStatement.Mnemonic)
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
Reference in New Issue
Block a user