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

View File

@@ -2432,7 +2432,6 @@ func maybeInjectBoringSSLHash(ctx android.ModuleContext, outputFile android.Modu
rule := android.NewRuleBuilder(pctx, ctx) rule := android.NewRuleBuilder(pctx, ctx)
rule.Command(). rule.Command().
BuiltTool("bssl_inject_hash"). BuiltTool("bssl_inject_hash").
Flag("-sha256").
FlagWithInput("-in-object ", outputFile). FlagWithInput("-in-object ", outputFile).
FlagWithOutput("-o ", hashedOutputfile) FlagWithOutput("-o ", hashedOutputfile)
rule.Build("injectCryptoHash", "inject crypto hash") rule.Build("injectCryptoHash", "inject crypto hash")