include_defs("//ReactAndroid/DEFS") # TODO(cjhopman): Remove this target (or move the xreact target to this directory). cxx_library( name = "jni", srcs = [ "Dummy.cpp", ], header_namespace = "react/jni", soname = "libreactnativejni.$(ext)", visibility = [ "PUBLIC", ], deps = [ react_native_target("jni/xreact/jni:jni"), ], )