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
d49eb7faad
commit
0cbae33790
1 changed files with 1 additions and 1 deletions
|
@ -50,7 +50,7 @@ android {
|
||||||
versionName = getGitVersion()
|
versionName = getGitVersion()
|
||||||
|
|
||||||
ndk {
|
ndk {
|
||||||
abiFilters += listOf("arm64-v8a", "x86_64")
|
abiFilters += listOf("arm64-v8a")
|
||||||
}
|
}
|
||||||
|
|
||||||
buildConfigField("String", "GIT_HASH", "\"${getGitHash()}\"")
|
buildConfigField("String", "GIT_HASH", "\"${getGitHash()}\"")
|
||||||
|
|
Loading…
Reference in a new issue