1
0
mirror of https://github.com/XProger/OpenLara.git synced 2025-08-17 10:30:47 +02:00

android:build.gradle: update abi filters for IA

Adding x86 and x86_64 to abi filters to be able to
run on Intel Architecture.

Signed-off-by: Carlos Santa <santa.cm@gmail.com>
This commit is contained in:
Carlos Santa
2017-05-15 21:21:31 -07:00
parent 7e5f484bd9
commit 6c9db4fb72

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 {