-
Notifications
You must be signed in to change notification settings - Fork 25k
Expose hermes-executor to be consumed via prefab
#35457
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Conversation
|
This pull request was exported from Phabricator. Differential Revision: D41520019 |
Base commit: 9517320 |
Base commit: 9517320 |
|
PR build artifact for 7bd618f is ready. |
Summary: Historically, we used to have hermes-executor debug and release as separate dynamic libraries. This makes it impossible to prefab this library, so I have to reconcile it into a single library. This will also help keep the setup consistent with the internal (BUCK) where we have a single target. Changelog: [Internal] [Changed] - Consolidate hermes-executor-debug and -release inside a single target Differential Revision: D41519119 fbshipit-source-id: aaecbef87e99efff6048f8b9c5ceb4c6f24f621b
Summary: Pull Request resolved: facebook#35457 This exposes `hermes-executor` to be consumed via prefab so that libraries can depend on it and use its symbols if needed (Expo and Reanimated need it). Changelog: [Internal] [Changed] - Expose `hermes-executor` to be consumed via prefab Differential Revision: D41520019 fbshipit-source-id: 0fa6564b7f6fe8e01f202e8c161929df86351506
|
PR build artifact for 7bd618f is ready. |
|
This pull request was exported from Phabricator. Differential Revision: D41520019 |
7bd618f to
0d04a4a
Compare
|
PR build artifact for 0d04a4a is ready. |
|
PR build artifact for 0d04a4a is ready. |
| // This prefab target is used by Expo & Reanimated to load a new instance of Hermes | ||
| new PrefabPreprocessingEntry( | ||
| "hermes-executor", | ||
| // "hermes-executor" is statically linking agaisnt "hermes-executor-common" |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
| // "hermes-executor" is statically linking agaisnt "hermes-executor-common" | |
| // "hermes-executor" is statically linking against "hermes-executor-common" |
|
This pull request was successfully merged by @cortinico in b70707b. When will my fix make it into a release? | Upcoming Releases |
Summary: Pull Request resolved: #35457 This exposes `hermes-executor` to be consumed via prefab so that libraries can depend on it and use its symbols if needed (Expo and Reanimated need it). Changelog: [Internal] [Changed] - Expose `hermes-executor` to be consumed via prefab Reviewed By: cipolleschi Differential Revision: D41520019 fbshipit-source-id: d590a043ea89fdd8ff41b0ed20900c9cf381a1e4
Summary: Pull Request resolved: facebook#35457 This exposes `hermes-executor` to be consumed via prefab so that libraries can depend on it and use its symbols if needed (Expo and Reanimated need it). Changelog: [Internal] [Changed] - Expose `hermes-executor` to be consumed via prefab Reviewed By: cipolleschi Differential Revision: D41520019 fbshipit-source-id: d590a043ea89fdd8ff41b0ed20900c9cf381a1e4
Summary:
This exposes
hermes-executorto be consumed via prefab so thatlibraries can depend on it and use its symbols if needed (Expo and Reanimated need it).
Changelog:
[Internal] [Changed] - Expose
hermes-executorto be consumed via prefabDifferential Revision: D41520019