mirror of
https://github.com/facebook/react-native.git
synced 2025-11-01 09:14:26 +00:00
Remove unnecessary shared library dependency from libreactnativejni
Summary: libreactnativejni does not need to link against libjsc directly: that library is only needed by libjscexecutor. Reviewed By: mhorowitz Differential Revision: D15017942 fbshipit-source-id: fb545c9127221dab28434321fe9c116fe72f7507
This commit is contained in:
committed by
Facebook Github Bot
parent
b4044e5b1b
commit
7442437d07
@@ -22,7 +22,7 @@ LOCAL_CFLAGS += -fexceptions -frtti -Wno-unused-lambda-capture
|
||||
LOCAL_LDLIBS += -landroid
|
||||
|
||||
# The dynamic libraries (.so files) that this module depends on.
|
||||
LOCAL_SHARED_LIBRARIES := libfolly_json libfb libjsc libglog_init libyoga
|
||||
LOCAL_SHARED_LIBRARIES := libfolly_json libfb libglog_init libyoga
|
||||
|
||||
# The static libraries (.a files) that this module depends on.
|
||||
LOCAL_STATIC_LIBRARIES := libreactnative
|
||||
|
||||
Reference in New Issue
Block a user