diff options
| -rw-r--r-- | android/licenses.go | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/android/licenses.go b/android/licenses.go index e60c7a21c..bd14b26ca 100644 --- a/android/licenses.go +++ b/android/licenses.go @@ -335,4 +335,6 @@ func licensesMakeVarsProvider(ctx MakeVarsContext) { 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()) + ctx.Strict("COMPLIANCE_LISTSHARE", ctx.Config().HostToolPath(ctx, "compliance_listshare").String()) + ctx.Strict("COMPLIANCE_CHECKSHARE", ctx.Config().HostToolPath(ctx, "compliance_checkshare").String()) } |