Skip to content

Commit 3110ed4

Browse files
committed
Add abiFilters to exclude x86
1 parent 1ea1ab3 commit 3110ed4

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

android/build.gradle

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -55,6 +55,10 @@ android {
5555

5656
defaultConfig {
5757
minSdkVersion 16
58+
59+
ndk {
60+
abiFilters 'arm64-v8a', 'armeabi-v7a', 'x86_64'
61+
}
5862
}
5963
}
6064

0 commit comments

Comments
 (0)