From: Loic Blot Date: Sat, 9 Nov 2019 11:50:53 +0000 (+0100) Subject: Add arm64-v8a but it's not sufficient for 64bit build X-Git-Tag: 5.2.0~299 X-Git-Url: https://git.librecmc.org/?a=commitdiff_plain;h=17191a60fb9e499d53cf8a4835ddd9ee2d307898;p=oweals%2Fminetest.git Add arm64-v8a but it's not sufficient for 64bit build --- diff --git a/build/android/build.gradle b/build/android/build.gradle index 61163288f..3601434f5 100644 --- a/build/android/build.gradle +++ b/build/android/build.gradle @@ -38,7 +38,7 @@ android { // Specifies the ABI configurations of your native // libraries Gradle should build and package with your APK. // abiFilters 'armeabi-v7a', 'arm64-v8a', 'x86', 'x86_64' - abiFilters 'armeabi-v7a', 'x86' + abiFilters 'armeabi-v7a', 'x86', 'arm64-v8a' } }