summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
author Wei Li <weiwli@google.com> 2025-03-03 16:37:49 -0800
committer Automerger Merge Worker <android-build-automerger-merge-worker@system.gserviceaccount.com> 2025-03-03 16:37:49 -0800
commitf7edef913cc0bd0a71e60c3fbb6486646282a2fd (patch)
treec48e0c00ad6bdc605d5f4bda85fdb07788d99e05
parenta04cc784d10482032a7e1d45a6ee63857751e1c6 (diff)
parentcc4a7a1dad0a749936824ec63ba07c529eeb09b7 (diff)
Merge "Remove unused compliance_bom tool" into main am: 7c459e5187 am: cc4a7a1dad
Original change: https://android-review.googlesource.com/c/platform/build/soong/+/3520874 Change-Id: Ib2856b3dbed0e0dfb7c311fbacc800852b07da3f Signed-off-by: Automerger Merge Worker <android-build-automerger-merge-worker@system.gserviceaccount.com>
-rw-r--r--android/licenses.go1
1 files changed, 0 insertions, 1 deletions
diff --git a/android/licenses.go b/android/licenses.go
index d66039d20..55f46ae23 100644
--- a/android/licenses.go
+++ b/android/licenses.go
@@ -351,7 +351,6 @@ func licensesMakeVarsProvider(ctx MakeVarsContext) {
ctx.Strict("HTMLNOTICE", ctx.Config().HostToolPath(ctx, "htmlnotice").String())
ctx.Strict("XMLNOTICE", ctx.Config().HostToolPath(ctx, "xmlnotice").String())
ctx.Strict("TEXTNOTICE", ctx.Config().HostToolPath(ctx, "textnotice").String())
- ctx.Strict("COMPLIANCENOTICE_BOM", ctx.Config().HostToolPath(ctx, "compliancenotice_bom").String())
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())