Skip to content

Commit 714df78

Browse files
committed
remove extra archs for now
1 parent 3d141d9 commit 714df78

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

android/crt/build.gradle

+1-1
Original file line numberDiff line numberDiff line change
@@ -62,7 +62,7 @@ android {
6262
consumerProguardFiles 'consumer-rules.pro'
6363

6464
ndk {
65-
abiFilters "armeabi-v7a", "arm64-v8a", "x86", "x86_64"
65+
abiFilters "x86_64"
6666
}
6767

6868
externalNativeBuild {

0 commit comments

Comments
 (0)