mirror of
https://github.com/yuzu-emu/yuzu-android.git
synced 2025-06-10 11:57:56 -05: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:
@ -50,7 +50,7 @@ android {
|
||||
versionName = getGitVersion()
|
||||
|
||||
ndk {
|
||||
abiFilters += listOf("arm64-v8a", "x86_64")
|
||||
abiFilters += listOf("arm64-v8a")
|
||||
}
|
||||
|
||||
buildConfigField("String", "GIT_HASH", "\"${getGitHash()}\"")
|
||||
|
Reference in New Issue
Block a user