Merge "Export binaries for shippedlibs and bom." am: 7010c53c50

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

Change-Id: I5bd08c769c24638c068aed8f99e4d6d355fbfa74
This commit is contained in:
Treehugger Robot
2022-03-04 02:50:26 +00:00
committed by Automerger Merge Worker
2 changed files with 3 additions and 0 deletions

1
METADATA Normal file
View File

@@ -0,0 +1 @@
name: "Android"

View File

@@ -333,4 +333,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())
}