-
Notifications
You must be signed in to change notification settings - Fork 24.3k
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Fix linking of local app modules turbomodules (#42921)
Summary: Pull Request resolved: #42921 I realized that we were missing a bit to properly link app modules on Android. The `_ModuleProvider` was never linked correctly so the TM won't be loaded at all. With this change I'm getting the App Target (say `AppModule`) and passing it down to the default-app-setup with a couple of macros. This makes sure that if there is a codegen local module, we import the correct header and query the `AppModule_ModuleProvider` correctly. Changelog: [Android] [Fixed] - Fix linking of local app modules turbomodules Reviewed By: cipolleschi Differential Revision: D53567201 fbshipit-source-id: d14e61b7f2d86f15363600cd9dd1ed1ca27bd1fc
- Loading branch information
1 parent
12e4a57
commit eb61946
Showing
3 changed files
with
35 additions
and
9 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters