Add molly dependency in Fabric/jsc/jni project
Reviewed By: fkgozali Differential Revision: D7816676 fbshipit-source-id: 8f227482eb1129f51d758bc13e619af30d6c2b1f
This commit is contained in:
parent
634e7e11e3
commit
b7562818e6
|
@ -14,6 +14,7 @@ rn_xplat_cxx_library(
|
||||||
visibility = ["PUBLIC"],
|
visibility = ["PUBLIC"],
|
||||||
deps = [
|
deps = [
|
||||||
FBJNI_TARGET,
|
FBJNI_TARGET,
|
||||||
|
"xplat//folly:molly",
|
||||||
react_native_xplat_target("jschelpers:jschelpers"),
|
react_native_xplat_target("jschelpers:jschelpers"),
|
||||||
react_native_target("jni/react/jni:jni"),
|
react_native_target("jni/react/jni:jni"),
|
||||||
],
|
],
|
||||||
|
|
Loading…
Reference in New Issue