Android NDK support and build system refactoring (#585)

This commit is contained in:
Nikolay Igotti
2017-05-24 00:20:19 +03:00
committed by GitHub
parent 48742b7f3f
commit 42197a2bec
26 changed files with 404 additions and 232 deletions
+7
View File
@@ -221,6 +221,13 @@ if (isLinux()) {
// }
}
task android_arm32Sysroot(type: HelperNativeDep) {
baseName = "target-sysroot-21-android_arm32"
}
task android_arm32Libffi(type: HelperNativeDep) {
baseName = "libffi-3.2.1-2-android_arm32"
}
task update(type: Copy) {
dependsOn tasks.withType(NativeDep)