Skip to content

Commit 61046be

Browse files
committed
Exclude generated shared libs
1 parent 09ea93b commit 61046be

1 file changed

Lines changed: 13 additions & 0 deletions

File tree

android/build.gradle

Lines changed: 13 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -185,6 +185,19 @@ android {
185185
"-DANDROID_SUPPORT_FLEXIBLE_PAGE_SIZES=ON"
186186
}
187187
}
188+
189+
packagingOptions {
190+
excludes = [
191+
"META-INF",
192+
"META-INF/**",
193+
"**/libjsi.so",
194+
"**/libreact_nativemodule_core.so",
195+
"**/libturbomodulejsijni.so",
196+
"**/libc++_shared.so",
197+
"**/libfbjni.so",
198+
"**/libreactnative.so",
199+
]
200+
}
188201
}
189202

190203
buildFeatures {

0 commit comments

Comments
 (0)