Static link for hermes-inspector#32694
Conversation
|
cc @cortinico |
|
Base commit: 2bb91ae |
Base commit: 2bb91ae |
|
@ShikaSD has imported this pull request. If you are a Facebook employee, you can view this diff on Phabricator. |
| LOCAL_CPP_FEATURES := exceptions | ||
|
|
||
| LOCAL_STATIC_LIBRARIES := libjsireact libhermes-executor-common-debug libhermes-inspector | ||
| LOCAL_STATIC_LIBRARIES := libjsireact libhermes-executor-common-debug |
There was a problem hiding this comment.
I believe removing it here is incorrect, as hermes-inspector is only used by debug flavour of executor
There was a problem hiding this comment.
From my understanding libhermes-inspector is linked into libhermes-executor-common-debug already (
libhermes-inspector directly (no <hermes/inspector/*> in ReactAndroid/src/main/java/com/facebook/hermes/reactexecutor).
There was a problem hiding this comment.
Ah, I see, makes sense :)
|
This pull request was successfully merged by @janicduplessis in 20b0eba. When will my fix make it into a release? | Upcoming Releases |
Summary
Follow up to #32683 to also link hermes-inspector statically.
Changelog
[Android] [Fix] - Static link for hermes-inspector
Test Plan
Tested a clean build and made sure hermes-inspector.so doesn't exist anymore.