added x86 to abiFilters

This commit is contained in:
Akram Khan 2018-11-05 02:41:43 +06:00 committed by GitHub
parent c5a9518ec8
commit 47ae05ee83
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -16,7 +16,7 @@ android {
externalNativeBuild { externalNativeBuild {
cmake { cmake {
cppFlags "-std=c++11" cppFlags "-std=c++11"
abiFilters 'x86_64', 'arm64-v8a', 'armeabi-v7a' abiFilters 'x86', 'x86_64', 'arm64-v8a', 'armeabi-v7a'
} }
} }
sourceSets { sourceSets {