mirror of
https://github.com/zhigang1992/react-native.git
synced 2026-04-24 04:16:00 +08:00
Backed out changeset fe59b7f7c7da
Reviewed By: javache Differential Revision: D2971309 fb-gh-sync-id: 0104f5499d32e0a4e4bd24128c58a9ee4aa7ca4e shipit-source-id: 0104f5499d32e0a4e4bd24128c58a9ee4aa7ca4e
This commit is contained in:
committed by
facebook-github-bot-2
parent
3603479471
commit
936b5e794b
@@ -6,6 +6,7 @@
|
||||
|
||||
import os
|
||||
|
||||
|
||||
# Example: react_native_target('java/com/facebook/react/common:common')
|
||||
def react_native_target(path):
|
||||
return '//ReactAndroid/src/main/' + path
|
||||
@@ -33,8 +34,6 @@ JSC_INTERNAL_DEPS = [
|
||||
'//native/third-party/jsc-internal:jsc_legacy_profiler',
|
||||
]
|
||||
|
||||
FBGLOGINIT_TARGET = '//ReactAndroid/src/main/jni/first-party/fbgloginit:fbgloginit'
|
||||
|
||||
INTERNAL_APP = 'PUBLIC'
|
||||
|
||||
# React property preprocessor
|
||||
@@ -97,4 +96,4 @@ def robolectric3_test(name, deps, vm_args=None, *args, **kwargs):
|
||||
vm_args=vm_args + extra_vm_args,
|
||||
*args,
|
||||
**kwargs
|
||||
)
|
||||
)
|
||||
Reference in New Issue
Block a user