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

Original change: https://android-review.googlesource.com/c/platform/build/soong/+/2063507

Change-Id: I17d723d689e7232f438f457a5b30ce81dd8411d6
Signed-off-by: Automerger Merge Worker <android-build-automerger-merge-worker@system.gserviceaccount.com>
This commit is contained in:
Treehugger Robot
2022-04-14 22:26:32 +00:00
committed by Automerger Merge Worker

View File

@@ -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())
}