Fix Circle CI builds
Summary: Closes https://github.com/facebook/react-native/pull/13945 Differential Revision: D5052083 Pulled By: javache fbshipit-source-id: eeda8253d26c2dfd0d20b93b238377fe92e3ca3c
This commit is contained in:
parent
afe19d8ac5
commit
6e2c07534e
|
@ -25,11 +25,8 @@ cxx_library(
|
|||
],
|
||||
xcode_public_headers_symlinks = True,
|
||||
deps = JSC_DEPS + [
|
||||
"//native/fb:fb",
|
||||
"//native/third-party/android-ndk:android",
|
||||
FBJNI_TARGET,
|
||||
"//xplat/folly:molly",
|
||||
"//xplat/fbgloginit:fbgloginit",
|
||||
"//xplat/fbsystrace:fbsystrace",
|
||||
react_native_xplat_target("jschelpers:jschelpers"),
|
||||
],
|
||||
] if not IS_OSS_BUILD else [],
|
||||
)
|
||||
|
|
|
@ -46,12 +46,12 @@ cxx_library(
|
|||
],
|
||||
xcode_public_headers_symlinks = True,
|
||||
deps = JSC_DEPS + [
|
||||
"//native/fb:fb",
|
||||
"//native/third-party/android-ndk:android",
|
||||
"//xplat/folly:molly",
|
||||
"//xplat/fbgloginit:fbgloginit",
|
||||
"//xplat/fbsystrace:fbsystrace",
|
||||
react_native_xplat_target("cxxreact:bridge"),
|
||||
react_native_xplat_target("cxxreact:module"),
|
||||
FBJNI_TARGET,
|
||||
],
|
||||
)
|
||||
|
|
|
@ -7,6 +7,7 @@ def rn_xplat_cxx_library(**kwargs):
|
|||
GLOG_DEP = "//ReactAndroid/build/third-party-ndk/glog:glog"
|
||||
|
||||
INSPECTOR_FLAGS = []
|
||||
STATIC_LIBRARY_IOS_FLAGS = []
|
||||
|
||||
JSC_DEPS = []
|
||||
JSC_INTERNAL_DEPS = []
|
||||
|
|
Loading…
Reference in New Issue