Add molly dependency in Fabric/jsc/jni project

Reviewed By: fkgozali

Differential Revision: D7816676

fbshipit-source-id: 8f227482eb1129f51d758bc13e619af30d6c2b1f
This commit is contained in:
David Vacca 2018-05-04 17:28:40 -07:00 committed by Facebook Github Bot
parent 634e7e11e3
commit b7562818e6
1 changed files with 1 additions and 0 deletions

View File

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