android: do not filter abi, allow x86_64 build
This commit is contained in:
parent
eaf44bc18c
commit
9aa3d8b987
|
@ -42,7 +42,6 @@ android {
|
|||
|
||||
ndk {
|
||||
moduleName 'flycast'
|
||||
abiFilters 'armeabi-v7a', 'arm64-v8a', 'x86'
|
||||
}
|
||||
}
|
||||
|
||||
|
|
Loading…
Reference in New Issue