Skip to content

Commit 8f69f97

Browse files
authored
Remove wrong abiFilters
1 parent be9235e commit 8f69f97

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

android/build.gradle

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -71,7 +71,6 @@ android {
7171
externalNativeBuild {
7272
cmake {
7373
cppFlags "-O2", "-fexceptions", "-frtti", "-std=c++1y", "-DONANDROID"
74-
abiFilters 'x86', 'x86_64', 'armeabi-v7a', 'arm64-v8a'
7574
arguments '-DANDROID_STL=c++_shared',
7675
"-DSQLITE_FLAGS='${SQLITE_FLAGS ? SQLITE_FLAGS : ''}'",
7776
"-DUSE_HERMES=${USE_HERMES}"

0 commit comments

Comments
 (0)