Skip to content

Commit f5a5434

Browse files
committed
fix: uncomment abifilters
1 parent b5218c9 commit f5a5434

File tree

1 file changed

+5
-6
lines changed

1 file changed

+5
-6
lines changed

test-app/runtime/build.gradle

+5-6
Original file line numberDiff line numberDiff line change
@@ -108,12 +108,11 @@ android {
108108

109109
ndk {
110110
minSdkVersion NS_DEFAULT_MIN_SDK_VERSION as int
111-
// if (onlyX86) {
112-
// abiFilters 'x86'
113-
// } else {
114-
// abiFilters 'x86', 'x86_64', 'armeabi-v7a', 'arm64-v8a'
115-
// }
116-
abiFilters 'arm64-v8a'
111+
if (onlyX86) {
112+
abiFilters 'x86'
113+
} else {
114+
abiFilters 'x86', 'x86_64', 'armeabi-v7a', 'arm64-v8a'
115+
}
117116
}
118117
}
119118

0 commit comments

Comments
 (0)