diff options
| author | 2022-03-04 02:23:38 +0000 | |
|---|---|---|
| committer | 2022-03-04 02:23:38 +0000 | |
| commit | 7010c53c5057fdbc7b035b6768291eac7968fcb3 (patch) | |
| tree | 11bea9952e49fe9532a4e3ef1f763377f678e68f | |
| parent | cb59ea7b2f1977c9d3abef0afe0173eebe750673 (diff) | |
| parent | 3d9a7d8c6e9971c4ecb1efdffcd339d0ee835655 (diff) | |
Merge "Export binaries for shippedlibs and bom."
| -rw-r--r-- | METADATA | 1 | ||||
| -rw-r--r-- | android/licenses.go | 2 |
2 files changed, 3 insertions, 0 deletions
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()) } |