Add libmapbufferjni.so to pickFirst directives (#44827)

Summary:
Pull Request resolved: https://github.com/facebook/react-native/pull/44827

After D57856389 (#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
This commit is contained in:
Nicola Corti 2024-06-07 07:06:37 -07:00 committed by Facebook GitHub Bot
parent f57d6246f1
commit 538dd1760d

View File

@ -98,6 +98,7 @@ internal object NdkConfiguratorUtils {
"**/libfolly_runtime.so",
"**/libglog.so",
"**/libjsi.so",
"**/libmapbufferjni.so",
"**/libreact_codegen_rncore.so",
"**/libreact_debug.so",
"**/libreact_nativemodule_core.so",