mirror of
https://github.com/love2d/love-android.git
synced 2026-08-20 20:51:22 +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
|
||||
proguardFiles getDefaultProguardFile('proguard-android.txt'), 'proguard-rules.pro'
|
||||
}
|
||||
debug {
|
||||
ndk {
|
||||
abiFilters += 'x86_64'
|
||||
}
|
||||
}
|
||||
}
|
||||
flavorDimensions 'mode'
|
||||
productFlavors {
|
||||
|
||||
Reference in New Issue
Block a user