From 5797d8c7f56d437dbd41cf4a7417c4e48bc71ff0 Mon Sep 17 00:00:00 2001 From: Ibrahim Kanouche Date: Wed, 2 Nov 2022 19:17:30 +0000 Subject: [PATCH] Export SBOM utility to make Bug: 257094286 Test: m compliance_sbom Change-Id: I2a8de6350c3a5b24cd3b3fd03312955ce1a3dba9 --- android/licenses.go | 1 + 1 file changed, 1 insertion(+) diff --git a/android/licenses.go b/android/licenses.go index c47b3e63d..c6b32432b 100644 --- a/android/licenses.go +++ b/android/licenses.go @@ -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()) }