mirror of
https://github.com/facebook/react-native.git
synced 2025-11-01 09:14:26 +00:00
Static link for hermes-inspector (#32694)
Summary: Follow up to https://github.com/facebook/react-native/issues/32683 to also link hermes-inspector statically. ## Changelog [Android] [Fix] - Static link for hermes-inspector Pull Request resolved: https://github.com/facebook/react-native/pull/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
This commit is contained in:
committed by
Facebook GitHub Bot
parent
b30ff9853c
commit
20b0eba581
@@ -40,7 +40,7 @@ LOCAL_C_INCLUDES := $(LOCAL_PATH) $(REACT_NATIVE)/ReactCommon/jsi $(call find-no
|
||||
|
||||
LOCAL_CPP_FEATURES := exceptions
|
||||
|
||||
LOCAL_STATIC_LIBRARIES := libjsireact libhermes-executor-common-debug libhermes-inspector
|
||||
LOCAL_STATIC_LIBRARIES := libjsireact libhermes-executor-common-debug
|
||||
LOCAL_SHARED_LIBRARIES := \
|
||||
libfb \
|
||||
libfbjni \
|
||||
|
||||
Reference in New Issue
Block a user