Fix default builds
This commit is contained in:
parent
4a6c3454a4
commit
7f0b421df4
1 changed files with 0 additions and 5 deletions
|
@ -282,11 +282,6 @@ task buildOsmAndCore(type: Exec) {
|
|||
}
|
||||
task cleanupDuplicatesInCore(type: Delete) {
|
||||
dependsOn buildOsmAndCore
|
||||
|
||||
delete "libs/armeabi/libgnustl_shared.so"
|
||||
delete "libs/armeabi-v7a/libgnustl_shared.so"
|
||||
delete "libs/mips/libgnustl_shared.so"
|
||||
delete "libs/x86/libgnustl_shared.so"
|
||||
}
|
||||
tasks.withType(JavaCompile) {
|
||||
compileTask -> compileTask.dependsOn << [buildOsmAndCore, downloadAAR, cleanupDuplicatesInCore]
|
||||
|
|
Loading…
Reference in a new issue