mirror of
https://github.com/status-im/react-native.git
synced 2025-01-16 20:44:10 +00:00
afbab66a44
Reviewed By: bestander Differential Revision: D5044673 fbshipit-source-id: 41c9fe4b2ae128eed6f299dd8ea9dbfc4ca75917
16 lines
281 B
Plaintext
16 lines
281 B
Plaintext
# Set up common deps
|
|
|
|
# Building is not supported in OSS right now
|
|
def rn_xplat_cxx_library(**kwargs):
|
|
pass
|
|
|
|
GLOG_DEP = "//ReactAndroid/build/third-party-ndk/glog:glog"
|
|
|
|
INSPECTOR_FLAGS = []
|
|
|
|
JSC_DEPS = []
|
|
JSC_INTERNAL_DEPS = []
|
|
|
|
THIS_IS_FBOBJC = False
|
|
THIS_IS_FBANDROID = False
|