Merge "Export binaries for shippedlibs and bom."
This commit is contained in:
commit
7010c53c50
2 changed files with 3 additions and 0 deletions
1
METADATA
Normal file
1
METADATA
Normal file
|
@ -0,0 +1 @@
|
|||
name: "Android"
|
|
@ -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())
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue