Skip to content

Commit

Permalink
Add libmapbufferjni.so to pickFirst directives (#44827)
Browse files Browse the repository at this point in the history
Summary:
Pull Request resolved: #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
  • Loading branch information
cortinico authored and facebook-github-bot committed Jun 7, 2024
1 parent f57d624 commit 538dd17
Showing 1 changed file with 1 addition and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -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",
Expand Down

0 comments on commit 538dd17

Please sign in to comment.