mirror of
https://github.com/love2d/love-android.git
synced 2026-08-12 08:31:04 +02:00
e203f7ae4c
Again, two changes. First change is to add "arm64-v8a" to NDK abiFilters. This is needed to really generate ARM64 binaries inside the APK. The second change is to exclude libSDL2.so from the resulting APK. Since LOVE statically links with SDL2, then there's no reason to have libSDL2.so lying around inside the APK. It's also save the APK size a little bit.