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:
Marc Horowitz 2017-02-28 14:14:53 -08:00 committed by Facebook Github Bot
parent 6bce498bbc
commit 0b921ef52e
2 changed files with 4 additions and 2 deletions

View File

@ -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

View File

@ -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",