Refactor ReactMarker out of Platform

Reviewed By: fromcelticpark

Differential Revision: D7803908

fbshipit-source-id: 957e80519c209732b163ece2bccb7c8c36ff8107
This commit is contained in:
Marc Horowitz
2018-05-09 22:01:53 -07:00
committed by Facebook Github Bot
parent 042449f24a
commit a363a7b501
16 changed files with 98 additions and 47 deletions

View File

@@ -24,7 +24,8 @@ LOCAL_SRC_FILES := \
ModuleRegistry.cpp \
NativeToJsBridge.cpp \
Platform.cpp \
RAMBundleRegistry.cpp \
RAMBundleRegistry.cpp \
ReactMarker.cpp \
LOCAL_C_INCLUDES := $(LOCAL_PATH)/..
LOCAL_EXPORT_C_INCLUDES := $(LOCAL_C_INCLUDES)