We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
abiFilters
1 parent be9235e commit 8f69f97Copy full SHA for 8f69f97
android/build.gradle
@@ -71,7 +71,6 @@ android {
71
externalNativeBuild {
72
cmake {
73
cppFlags "-O2", "-fexceptions", "-frtti", "-std=c++1y", "-DONANDROID"
74
- abiFilters 'x86', 'x86_64', 'armeabi-v7a', 'arm64-v8a'
75
arguments '-DANDROID_STL=c++_shared',
76
"-DSQLITE_FLAGS='${SQLITE_FLAGS ? SQLITE_FLAGS : ''}'",
77
"-DUSE_HERMES=${USE_HERMES}"
0 commit comments