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

Commit b22d9649 authored by Pete Bentley's avatar Pete Bentley Committed by Automerger Merge Worker
Browse files

Remove -sha256 flag when calling bssl_inject_hash. am: c54158d3 am: 01c3c0ad

parents 9a06c8bd 01c3c0ad
Loading
Loading
Loading
Loading
+0 −1
Original line number Diff line number Diff line
@@ -2437,7 +2437,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")