mirror of
https://github.com/facebook/react-native.git
synced 2024-11-22 06:29:46 +00:00
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:
parent
f57d6246f1
commit
538dd1760d
@ -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",
|
||||
|
Loading…
Reference in New Issue
Block a user