mirror of
https://github.com/love2d/love-android.git
synced 2026-08-20 04:31:26 +02:00
Add x86_64 abiFilters for debug.
This workaround problems on debugging/running from Android Studio. See #208
This commit is contained in:
@@ -32,6 +32,11 @@ android {
|
|||||||
minifyEnabled true
|
minifyEnabled true
|
||||||
proguardFiles getDefaultProguardFile('proguard-android.txt'), 'proguard-rules.pro'
|
proguardFiles getDefaultProguardFile('proguard-android.txt'), 'proguard-rules.pro'
|
||||||
}
|
}
|
||||||
|
debug {
|
||||||
|
ndk {
|
||||||
|
abiFilters += 'x86_64'
|
||||||
|
}
|
||||||
|
}
|
||||||
}
|
}
|
||||||
flavorDimensions 'mode'
|
flavorDimensions 'mode'
|
||||||
productFlavors {
|
productFlavors {
|
||||||
|
|||||||
+1
-1
Submodule love/src/jni/love updated: 1e69a8c485...216d5ca4b2
Reference in New Issue
Block a user