aboutsummaryrefslogtreecommitdiff
path: root/android/app
diff options
context:
space:
mode:
authorsavilli <78875209+savilli@users.noreply.github.com>2022-08-25 23:48:49 +0200
committerGitHub <noreply@github.com>2022-08-25 22:48:49 +0100
commit75d88dcae233757d9567c971227b33b0168b5254 (patch)
treed11869228657b6273312455bc1531e95915e3d87 /android/app
parent0ab9bf926d471b0842107905b41d8c1e4b34b17e (diff)
downloadminetest-75d88dcae233757d9567c971227b33b0168b5254.tar.xz
Fix and enable x86 build for Android (#12700)
Diffstat (limited to 'android/app')
-rw-r--r--android/app/build.gradle2
1 files changed, 1 insertions, 1 deletions
diff --git a/android/app/build.gradle b/android/app/build.gradle
index e8ba95722..ce895edd1 100644
--- a/android/app/build.gradle
+++ b/android/app/build.gradle
@@ -40,7 +40,7 @@ android {
abi {
enable true
reset()
- include 'armeabi-v7a', 'arm64-v8a'
+ include 'armeabi-v7a', 'arm64-v8a', 'x86', 'x86_64'
}
}