Skip to content
Snippets Groups Projects
Commit 0cbae337 authored by Charles Lombardo's avatar Charles Lombardo Committed by bunnei
Browse files

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.
parent d49eb7fa
No related branches found
No related tags found
No related merge requests found
......@@ -50,7 +50,7 @@ android {
versionName = getGitVersion()
ndk {
abiFilters += listOf("arm64-v8a", "x86_64")
abiFilters += listOf("arm64-v8a")
}
buildConfigField("String", "GIT_HASH", "\"${getGitHash()}\"")
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment