Support for Android ARM64 on Mac (#627)

This commit is contained in:
Nikolay Igotti
2017-06-02 15:05:15 +03:00
committed by GitHub
parent 94add3cc20
commit dd81d529ee
6 changed files with 43 additions and 7 deletions
+2
View File
@@ -264,6 +264,8 @@ if (isLinux() || isMac()) {
dependencyTask("android_arm32", SYSROOT)
dependencyTask("android_arm32", LIBFFI)
dependencyTask("android_arm64", SYSROOT)
dependencyTask("android_arm64", LIBFFI)
}
task update(type: Copy) {