Merge "Remove -sha256 flag when calling bssl_inject_hash." am: ced67ded0b
Original change: https://android-review.googlesource.com/c/platform/build/soong/+/2101112 Change-Id: I8c971bb411c4e2811c564dc3391799c502c2e3bc Signed-off-by: Automerger Merge Worker <android-build-automerger-merge-worker@system.gserviceaccount.com>
This commit is contained in:
@@ -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")
|
||||
|
Reference in New Issue
Block a user