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

Commit c0d89b3d authored by Pete Bentley's avatar Pete Bentley
Browse files

Remove -sha256 flag when calling bssl_inject_hash.

Flag removed upstream, all platforms now use SHA-256
for libcrypto integrity hash.

Test: m && flashall
Change-Id: I453edebb80ec2a853d54ce5c3f055b6456010524
parent 53c6c67c
Loading
Loading
Loading
Loading
+0 −1
Original line number Diff line number Diff line
@@ -2436,7 +2436,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")