mirror of
https://github.com/status-im/react-native.git
synced 2025-01-10 01:25:39 +00:00
6e2c07534e
Summary: Closes https://github.com/facebook/react-native/pull/13945 Differential Revision: D5052083 Pulled By: javache fbshipit-source-id: eeda8253d26c2dfd0d20b93b238377fe92e3ca3c
17 lines
311 B
Plaintext
17 lines
311 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 = []
|
|
STATIC_LIBRARY_IOS_FLAGS = []
|
|
|
|
JSC_DEPS = []
|
|
JSC_INTERNAL_DEPS = []
|
|
|
|
THIS_IS_FBOBJC = False
|
|
THIS_IS_FBANDROID = False
|