Skip to content

Commit 47ae05e

Browse files
authored
added x86 to abiFilters
1 parent c5a9518 commit 47ae05e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

app/build.gradle

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ android {
1616
externalNativeBuild {
1717
cmake {
1818
cppFlags "-std=c++11"
19-
abiFilters 'x86_64', 'arm64-v8a', 'armeabi-v7a'
19+
abiFilters 'x86', 'x86_64', 'arm64-v8a', 'armeabi-v7a'
2020
}
2121
}
2222
sourceSets {

0 commit comments

Comments
 (0)