mirror of
https://github.com/facebook/react-native.git
synced 2025-11-01 09:14:26 +00:00
Move JSI source files into a separate directory
Summary: This will simplify updating the JSI API from upstream in the future. Reviewed By: mhorowitz Differential Revision: D14762674 fbshipit-source-id: fa4a86f08425943e301da4ef3df9893ebaa1493e
This commit is contained in:
committed by
Facebook Github Bot
parent
68a5ceef31
commit
094f221a0c
@@ -15,7 +15,7 @@ LOCAL_C_INCLUDES := $(LOCAL_PATH)
|
||||
|
||||
LOCAL_CFLAGS += -fvisibility=hidden -fexceptions -frtti
|
||||
|
||||
LOCAL_STATIC_LIBRARIES := libjsi libjsireact
|
||||
LOCAL_STATIC_LIBRARIES := libjsi libjsireact jscruntime
|
||||
LOCAL_SHARED_LIBRARIES := libfolly_json libfb libreactnativejni
|
||||
|
||||
include $(BUILD_SHARED_LIBRARY)
|
||||
|
||||
Reference in New Issue
Block a user