android: do not filter abi, allow x86_64 build

This commit is contained in:
scribam 2021-07-15 08:13:05 +02:00 committed by flyinghead
parent eaf44bc18c
commit 9aa3d8b987
1 changed files with 0 additions and 1 deletions

View File

@ -42,7 +42,6 @@ android {
ndk {
moduleName 'flycast'
abiFilters 'armeabi-v7a', 'arm64-v8a', 'x86'
}
}