Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Properly set
REACTNATIVE_MERGED_SO
for autolinked libraries. (faceb…
…ook#46606) Summary: Pull Request resolved: facebook#46606 This fixes this issue reported here: react-native-community/discussions-and-proposals#816 (reply in thread) reported by both SWM and Expo. The problem is that `REACTNATIVE_MERGED_SO` is not properly set for autolinked libraries so they can't access it to understand if the version of ReactNative has merged so libraries or not. This fixes it, I've tested against https://github.com/tomekzaw/repro-reactnative-merged-so reproducer provided by tomekzaw Changelog: [Android] [Fixed] - Properly set `REACTNATIVE_MERGED_SO` for autolinked libraries Reviewed By: rubennorte Differential Revision: D63262687 fbshipit-source-id: c505dce9036bb4cd0366b7ab99412368963273af
- Loading branch information