diff options
-rw-r--r-- | android/licenses.go | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/android/licenses.go b/android/licenses.go index 32d12c8a2..d66039d20 100644 --- a/android/licenses.go +++ b/android/licenses.go @@ -355,5 +355,4 @@ 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()) } |