Revert D4588356: Refactor dependencies

Differential Revision: D4588356

fbshipit-source-id: 88cd348ed10cbf51e8ea4cde7503f6e0f9e6c572
This commit is contained in:
Martin Konicek
2017-03-10 05:17:45 -08:00
committed by Facebook Github Bot
parent 5c24a9110a
commit f0394ce38b
4 changed files with 144 additions and 202 deletions

View File

@@ -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'