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

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

Merge "Remove -sha256 flag when calling bssl_inject_hash."

parents 7a99021a c0d89b3d
Loading
Loading
Loading
Loading
+0 −1
Original line number Diff line number Diff line
@@ -2432,7 +2432,6 @@ func maybeInjectBoringSSLHash(ctx android.ModuleContext, outputFile android.Modu
		rule := android.NewRuleBuilder(pctx, ctx)
		rule.Command().
			BuiltTool("bssl_inject_hash").
			Flag("-sha256").
			FlagWithInput("-in-object ", outputFile).
			FlagWithOutput("-o ", hashedOutputfile)
		rule.Build("injectCryptoHash", "inject crypto hash")