diff options
| author | savilli <78875209+savilli@users.noreply.github.com> | 2022-08-25 23:48:49 +0200 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2022-08-25 22:48:49 +0100 |
| commit | 75d88dcae233757d9567c971227b33b0168b5254 (patch) | |
| tree | d11869228657b6273312455bc1531e95915e3d87 /android/app | |
| parent | 0ab9bf926d471b0842107905b41d8c1e4b34b17e (diff) | |
| download | minetest-75d88dcae233757d9567c971227b33b0168b5254.tar.xz | |
Fix and enable x86 build for Android (#12700)
Diffstat (limited to 'android/app')
| -rw-r--r-- | android/app/build.gradle | 2 |
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' } } |
