mirror of
https://git.eden-emu.dev/eden-emu/eden.git
synced 2025-07-20 19:55:46 +00:00
android: Stop building x86 packages in APKs
This was really only meant for building the app to run in an emulator. If this is necessary, just add manually.
This commit is contained in:
parent
f2e0a38157
commit
15e3bb4cfb
1 changed files with 1 additions and 1 deletions
|
@ -50,7 +50,7 @@ android {
|
|||
versionName = getGitVersion()
|
||||
|
||||
ndk {
|
||||
abiFilters += listOf("arm64-v8a", "x86_64")
|
||||
abiFilters += listOf("arm64-v8a")
|
||||
}
|
||||
|
||||
buildConfigField("String", "GIT_HASH", "\"${getGitHash()}\"")
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue