From 3d9a7d8c6e9971c4ecb1efdffcd339d0ee835655 Mon Sep 17 00:00:00 2001 From: Bob Badour Date: Mon, 28 Feb 2022 20:12:18 -0800 Subject: [PATCH] Export binaries for shippedlibs and bom. Bug: 68860345 Bug: 151177513 Bug: 151953481 Test: m nothing reportallnoticelibrarynames Change-Id: Ie8e7b7f2b7b120fd25b523ce95641c903f8e97ca --- METADATA | 1 + android/licenses.go | 2 ++ 2 files changed, 3 insertions(+) create mode 100644 METADATA diff --git a/METADATA b/METADATA new file mode 100644 index 000000000..caa2a95f1 --- /dev/null +++ b/METADATA @@ -0,0 +1 @@ +name: "Android" diff --git a/android/licenses.go b/android/licenses.go index b51a06b24..e60c7a21c 100644 --- a/android/licenses.go +++ b/android/licenses.go @@ -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()) }