-
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.
Static link for hermes-inspector (#32694)
Summary: Follow up to #32683 to also link hermes-inspector statically. ## Changelog [Android] [Fix] - Static link for hermes-inspector Pull Request resolved: #32694 Test Plan: Tested a clean build and made sure hermes-inspector.so doesn't exist anymore. Reviewed By: cortinico Differential Revision: D32791208 Pulled By: ShikaSD fbshipit-source-id: 6076b263469b9e2c6176d488d13292d4f1731dcc
- Loading branch information
1 parent
b30ff98
commit 20b0eba
Showing
4 changed files
with
2 additions
and
4 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
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -31,4 +31,4 @@ LOCAL_SHARED_LIBRARIES := \ | |
libhermes \ | ||
libjsi | ||
|
||
include $(BUILD_SHARED_LIBRARY) | ||
include $(BUILD_STATIC_LIBRARY) |
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