v0.8.1: fixed rare config resolution errors with :android:natives
This commit is contained in:
parent
b0205da8be
commit
f2d80d7d97
|
@ -83,7 +83,7 @@ task copyAndroidNatives() {
|
|||
file("libs/x86_64/").mkdirs()
|
||||
file("libs/x86/").mkdirs()
|
||||
|
||||
configurations.natives.files.each { jar ->
|
||||
configurations.natives.copy().files.each { jar ->
|
||||
def outputDir = null
|
||||
if(jar.name.endsWith("natives-arm64-v8a.jar")) outputDir = file("libs/arm64-v8a")
|
||||
if(jar.name.endsWith("natives-armeabi-v7a.jar")) outputDir = file("libs/armeabi-v7a")
|
||||
|
|
Loading…
Reference in New Issue
Block a user