Merge "Use SHA-256 for hashing BoringSSL crypto module." am: b244e84de6
am: 7f6cabebf0
Change-Id: I3f56f7d3be820b66b3390e507c0e07e2dc6f3e3a
This commit is contained in:
@@ -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")
|
||||
|
Reference in New Issue
Block a user