Explorar o código

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.
Charles Lombardo %!s(int64=3) %!d(string=hai) anos
pai
achega
0cbae33790
Modificáronse 1 ficheiros con 1 adicións e 1 borrados
  1. 1 1
      src/android/app/build.gradle.kts

+ 1 - 1
src/android/app/build.gradle.kts

@@ -50,7 +50,7 @@ android {
         versionName = getGitVersion()
 
         ndk {
-            abiFilters += listOf("arm64-v8a", "x86_64")
+            abiFilters += listOf("arm64-v8a")
         }
 
         buildConfigField("String", "GIT_HASH", "\"${getGitHash()}\"")