[build] crossDistPlatformLibs
This commit is contained in:
committed by
Vasily Levchenko
parent
f50c9c3ae3
commit
aba8abcebd
@@ -243,6 +243,10 @@ task crossDistRuntime(type: Copy) {
|
|||||||
dependsOn('commonDistRuntime')
|
dependsOn('commonDistRuntime')
|
||||||
}
|
}
|
||||||
|
|
||||||
|
task crossDistPlatformLibs {
|
||||||
|
dependsOn.addAll(targetList.collect { "${it}PlatformLibs" })
|
||||||
|
}
|
||||||
|
|
||||||
targetList.each { target ->
|
targetList.each { target ->
|
||||||
task("${target}CrossDistRuntime", type: Copy) {
|
task("${target}CrossDistRuntime", type: Copy) {
|
||||||
dependsOn ":runtime:${target}Runtime"
|
dependsOn ":runtime:${target}Runtime"
|
||||||
|
|||||||
Reference in New Issue
Block a user