Pieter De Baets 6e2c07534e Fix Circle CI builds
Summary: Closes https://github.com/facebook/react-native/pull/13945

Differential Revision: D5052083

Pulled By: javache

fbshipit-source-id: eeda8253d26c2dfd0d20b93b238377fe92e3ca3c
2017-05-12 08:35:30 -07:00

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