Merge "Remove -sha256 flag when calling bssl_inject_hash."
This commit is contained in:
commit
ced67ded0b
1 changed files with 0 additions and 1 deletions
|
@ -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")
|
||||
|
|
Loading…
Reference in a new issue