Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit f33786d3 authored by Treehugger Robot's avatar Treehugger Robot Committed by Gerrit Code Review
Browse files

Merge "Correct mismatched string format in bazel_handler"

parents 097de783 13548d7f
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -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)
	}
}