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

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

Merge "Use SHA-256 for hashing BoringSSL crypto module."

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