Skip to content

Commit d9c19b2

Browse files
cortinicokosmydel
authored andcommitted
Add libmapbufferjni.so to pickFirst directives (facebook#44827)
Summary: Pull Request resolved: facebook#44827 After D57856389 (facebook#44684), the build is now firing an issue as `libmapbufferjni.so` is exposed as a public `.so` and we're missing a pickFirst directive. Changelog: [Internal] [Changed] - Add libmapbufferjni.so to pickFirst directives Reviewed By: javache Differential Revision: D58284481 fbshipit-source-id: d476bd5df8ec4687177df7a698cbb6595ce62565
1 parent b5b909b commit d9c19b2

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

packages/react-native-gradle-plugin/src/main/kotlin/com/facebook/react/utils/NdkConfiguratorUtils.kt

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -98,6 +98,7 @@ internal object NdkConfiguratorUtils {
9898
"**/libfolly_runtime.so",
9999
"**/libglog.so",
100100
"**/libjsi.so",
101+
"**/libmapbufferjni.so",
101102
"**/libreact_codegen_rncore.so",
102103
"**/libreact_debug.so",
103104
"**/libreact_nativemodule_core.so",

0 commit comments

Comments
 (0)