Export binaries for shippedlibs and bom.

Bug: 68860345
Bug: 151177513
Bug: 151953481

Test: m nothing reportallnoticelibrarynames

Change-Id: Ie8e7b7f2b7b120fd25b523ce95641c903f8e97ca
This commit is contained in:
Bob Badour 2022-02-28 20:12:18 -08:00
parent b0b94f6182
commit 3d9a7d8c6e
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())
}