mirror of
https://github.com/zhigang1992/react-native.git
synced 2026-04-23 03:50:11 +08:00
Move xreact/jni to react/jni
Reviewed By: mhorowitz Differential Revision: D5155612 fbshipit-source-id: 871a23916c0069498691dc0dd3c94fd2e404cec9
This commit is contained in:
committed by
Facebook Github Bot
parent
7c980c5ba5
commit
bd5051adeb
@@ -2,7 +2,7 @@ LOCAL_PATH := $(call my-dir)
|
||||
|
||||
include $(CLEAR_VARS)
|
||||
|
||||
LOCAL_MODULE := libreactnativefb
|
||||
LOCAL_MODULE := reactnative
|
||||
|
||||
LOCAL_SRC_FILES := \
|
||||
CxxNativeModule.cpp \
|
||||
|
||||
@@ -134,7 +134,7 @@ rn_xplat_cxx_library(
|
||||
# `initOnJSVMThread` to be called before the platform-specific hooks
|
||||
# have been properly initialised. Bad Times(TM).
|
||||
# -- @ashokmenon (2017/01/03)
|
||||
react_native_target("jni/xreact/jni:jni"),
|
||||
react_native_target("jni/react/jni:jni"),
|
||||
react_native_xplat_target("cxxreact/..."),
|
||||
],
|
||||
fbobjc_frameworks = [
|
||||
|
||||
Reference in New Issue
Block a user