1
0
mirror of https://github.com/luanti-org/luanti.git synced 2025-10-27 22:05:17 +01:00

Fix and enable x86 build for Android (#12700)

This commit is contained in:
savilli
2022-08-25 23:48:49 +02:00
committed by sfan5
parent 0ca530e251
commit 79010e972e
4 changed files with 24 additions and 4 deletions

View File

@@ -40,7 +40,7 @@ android {
abi {
enable true
reset()
include 'armeabi-v7a', 'arm64-v8a'
include 'armeabi-v7a', 'arm64-v8a', 'x86', 'x86_64'
}
}