Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit a18d9fad authored by Android Build Coastguard Worker's avatar Android Build Coastguard Worker
Browse files

Snap for 8676880 from 01c3c0ad to tm-d1-release

Change-Id: I493e3007eeeb100ba5b148d8c641ec789c0e5574
parents def7a11d 01c3c0ad
Loading
Loading
Loading
Loading
+0 −1
Original line number Diff line number Diff line
@@ -2437,7 +2437,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")