summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
author Wei Li <weiwli@google.com> 2025-02-28 00:54:59 -0800
committer Wei Li <weiwli@google.com> 2025-02-28 00:58:04 -0800
commitb3ea0c8438d22e533c4ee104d8f8ec34e8ac63e1 (patch)
tree18e036ca7eaa8c8f8f655d9aefb0ede0db385ae8
parent5efa02606a465f8c13b1c6923d32021afae9bb68 (diff)
Remove unused compliance_sbom tool
Bug: 395941388 Test: presubmits Change-Id: I34098bef92430b1a7a315b0d831dd994795f2cd6
-rw-r--r--android/licenses.go1
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())
}