mirror of
https://github.com/zhigang1992/react-native.git
synced 2026-04-18 12:12:15 +08:00
Expand the visible parts of the android bridge a little bit
Reviewed By: javache Differential Revision: D4560212 fbshipit-source-id: 7591ff825fd51ae5b3d3f494c677c75d75388471
This commit is contained in:
committed by
Facebook Github Bot
parent
6bce498bbc
commit
0b921ef52e
@@ -40,7 +40,7 @@ import static com.facebook.systrace.Systrace.TRACE_TAG_REACT_JAVA_BRIDGE;
|
||||
*/
|
||||
|
||||
@DoNotStrip
|
||||
/* package */ class JavaModuleWrapper {
|
||||
public class JavaModuleWrapper {
|
||||
@DoNotStrip
|
||||
public class MethodDescriptor {
|
||||
@DoNotStrip
|
||||
|
||||
@@ -2,7 +2,10 @@ include_defs("//ReactAndroid/DEFS")
|
||||
|
||||
EXPORTED_HEADERS = [
|
||||
"CxxModuleWrapper.h",
|
||||
"JavaModuleWrapper.h",
|
||||
"JExecutorToken.h",
|
||||
"JSLoader.h",
|
||||
"MethodInvoker.h",
|
||||
"NativeArray.h",
|
||||
"NativeCommon.h",
|
||||
"NativeMap.h",
|
||||
@@ -20,7 +23,6 @@ cxx_library(
|
||||
"-Werror",
|
||||
"-fexceptions",
|
||||
"-std=c++1y",
|
||||
"-fvisibility=hidden",
|
||||
"-frtti",
|
||||
"-Wno-pessimizing-move",
|
||||
"-Wno-inconsistent-missing-override",
|
||||
|
||||
Reference in New Issue
Block a user