mirror of
https://github.com/zhigang1992/react-native.git
synced 2026-05-09 13:37:58 +08:00
Revert D4588356: Refactor dependencies
Differential Revision: D4588356 fbshipit-source-id: 88cd348ed10cbf51e8ea4cde7503f6e0f9e6c572
This commit is contained in:
committed by
Facebook Github Bot
parent
5c24a9110a
commit
f0394ce38b
@@ -30,11 +30,10 @@ def react_native_integration_tests_target(path):
|
||||
def react_native_dep(path):
|
||||
return '//ReactAndroid/src/main/' + path
|
||||
|
||||
JSC_INTERNAL_DEPS = [
|
||||
JSC_DEPS = [
|
||||
'//native/third-party/jsc:jsc',
|
||||
'//native/third-party/jsc:jsc_legacy_profiler',
|
||||
]
|
||||
JSC_DEPS = JSC_INTERNAL_DEPS
|
||||
|
||||
YOGA_TARGET = '//ReactAndroid/src/main/java/com/facebook:yoga'
|
||||
FBGLOGINIT_TARGET = '//ReactAndroid/src/main/jni/first-party/fbgloginit:fbgloginit'
|
||||
|
||||
Reference in New Issue
Block a user