Merge "Export SBOM utility to make" am: 2d1eb1238d

Original change: https://android-review.googlesource.com/c/platform/build/soong/+/2283139

Change-Id: I4e88831011661295024cbae9ca79f9dce2c90b20
Signed-off-by: Automerger Merge Worker <android-build-automerger-merge-worker@system.gserviceaccount.com>
This commit is contained in:
Ibrahim Kanouche 2022-11-03 00:30:41 +00:00 committed by Automerger Merge Worker
commit 8cd8989284

View file

@ -340,4 +340,5 @@ func licensesMakeVarsProvider(ctx MakeVarsContext) {
ctx.Strict("COMPLIANCENOTICE_SHIPPEDLIBS", ctx.Config().HostToolPath(ctx, "compliancenotice_shippedlibs").String())
ctx.Strict("COMPLIANCE_LISTSHARE", ctx.Config().HostToolPath(ctx, "compliance_listshare").String())
ctx.Strict("COMPLIANCE_CHECKSHARE", ctx.Config().HostToolPath(ctx, "compliance_checkshare").String())
ctx.Strict("COMPLIANCE_SBOM", ctx.Config().HostToolPath(ctx, "compliance_sbom").String())
}