mirror of
https://github.com/XProger/OpenLara.git
synced 2025-08-17 18:36:43 +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:
@@ -10,7 +10,7 @@ android {
|
||||
versionCode 1
|
||||
versionName "0.1"
|
||||
ndk {
|
||||
abiFilters 'armeabi-v7a'
|
||||
abiFilters 'armeabi-v7a','x86','x86_64'
|
||||
}
|
||||
externalNativeBuild {
|
||||
cmake {
|
||||
|
Reference in New Issue
Block a user