1
0
mirror of https://github.com/XProger/OpenLara.git synced 2025-08-14 00:54:05 +02:00

Merge pull request #71 from csanta/master

Additional support for the android build on x86
This commit is contained in:
Timur Gagiev
2017-05-18 18:15:54 +03:00
committed by GitHub
3 changed files with 1 additions and 1 deletions

View File

@@ -10,7 +10,7 @@ android {
versionCode 1 versionCode 1
versionName "0.1" versionName "0.1"
ndk { ndk {
abiFilters 'armeabi-v7a' abiFilters 'armeabi-v7a','x86','x86_64'
} }
externalNativeBuild { externalNativeBuild {
cmake { cmake {

Binary file not shown.

Binary file not shown.