Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit 207a44b0 authored by Treehugger Robot's avatar Treehugger Robot Committed by Automerger Merge Worker
Browse files

Merge "Export listshare and checkshare to Soong and Make" am: 7e7abd11

parents a5580107 7e7abd11
Loading
Loading
Loading
Loading
+2 −0
Original line number Diff line number Diff line
@@ -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())
}