mirror of
https://github.com/status-im/react-native.git
synced 2025-01-28 02:04:55 +00:00
patch commit that was not synced from fbsource
This one was not synced correctly https://phabricator.fb.com/rFAaebd840baa045b25f7c6641a0657b3cb1a01ba78
This commit is contained in:
parent
9951e1ab04
commit
ecfd4f854b
@ -24,6 +24,16 @@ def react_native_integration_tests_target(path):
|
||||
def react_native_dep(path):
|
||||
return '//ReactAndroid/src/main/' + path
|
||||
|
||||
JSC_DEPS = [
|
||||
'//native/third-party/jsc:jsc',
|
||||
'//native/third-party/jsc:jsc_legacy_profiler',
|
||||
]
|
||||
|
||||
JSC_INTERNAL_DEPS = [
|
||||
'//native/third-party/jsc-internal:jsc',
|
||||
'//native/third-party/jsc-internal:jsc_legacy_profiler',
|
||||
]
|
||||
|
||||
INTERNAL_APP = 'PUBLIC'
|
||||
|
||||
# React property preprocessor
|
||||
@ -86,4 +96,4 @@ def robolectric3_test(name, deps, vm_args=None, *args, **kwargs):
|
||||
vm_args=vm_args + extra_vm_args,
|
||||
*args,
|
||||
**kwargs
|
||||
)
|
||||
)
|
||||
|
Loading…
x
Reference in New Issue
Block a user