Merge "NDK sysroot: include each license file only once"
This commit is contained in:
@@ -132,6 +132,10 @@ func (n *ndkSingleton) GenerateBuildActions(ctx android.SingletonContext) {
|
|||||||
}
|
}
|
||||||
})
|
})
|
||||||
|
|
||||||
|
// Include only a single copy of each license file. The Bionic NOTICE is
|
||||||
|
// long and is referenced by multiple Bionic modules.
|
||||||
|
licensePaths = android.FirstUniquePaths(licensePaths)
|
||||||
|
|
||||||
combinedLicense := getNdkInstallBase(ctx).Join(ctx, "NOTICE")
|
combinedLicense := getNdkInstallBase(ctx).Join(ctx, "NOTICE")
|
||||||
ctx.Build(pctx, android.BuildParams{
|
ctx.Build(pctx, android.BuildParams{
|
||||||
Rule: android.Cat,
|
Rule: android.Cat,
|
||||||
|
Reference in New Issue
Block a user