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

Commit be9b9dee authored by Christopher Parsons's avatar Christopher Parsons Committed by Gerrit Code Review
Browse files

Merge "Improve bazel action status mnemonics"

parents e1d067b5 155d768e
Loading
Loading
Loading
Loading
+2 −1
Original line number Diff line number Diff line
@@ -853,7 +853,8 @@ func (c *bazelSingleton) GenerateBuildActions(ctx SingletonContext) {
		// build statement have later timestamps than the outputs.
		rule.Restat()

		rule.Build(fmt.Sprintf("bazel %d", index), buildStatement.Mnemonic)
		desc := fmt.Sprintf("%s: %s", buildStatement.Mnemonic, buildStatement.OutputPaths)
		rule.Build(fmt.Sprintf("bazel %d", index), desc)
	}
}