Merge "Correct mismatched string format in bazel_handler" am: f33786d3ec
Original change: https://android-review.googlesource.com/c/platform/build/soong/+/1532499 MUST ONLY BE SUBMITTED BY AUTOMERGER Change-Id: I96561aa48836d3725b3e438cacce94ae8b5e9d0d
This commit is contained in:
@@ -515,6 +515,6 @@ func (c *bazelSingleton) GenerateBuildActions(ctx SingletonContext) {
|
||||
// build statement have later timestamps than the outputs.
|
||||
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