Merge "Remove -sha256 flag when calling bssl_inject_hash."

This commit is contained in:
Treehugger Robot 2022-05-31 16:53:06 +00:00 committed by Gerrit Code Review
commit ced67ded0b

View file

@ -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")