mirror of
https://github.com/love2d/love-android.git
synced 2026-08-20 04:31:26 +02:00
Initial works to support 0.11.x, disabled armeabi builds, using now clang and libc++ instead of gnustl
This commit is contained in:
+1
-1
@@ -21,7 +21,7 @@ android {
|
||||
ndk {
|
||||
// Specifies the ABI configurations of your native
|
||||
// libraries Gradle should build and package with your APK.
|
||||
abiFilters 'armeabi-v7a', 'armeabi'
|
||||
abiFilters 'armeabi-v7a'
|
||||
}
|
||||
}
|
||||
buildTypes {
|
||||
|
||||
Reference in New Issue
Block a user