Backed out changeset fe59b7f7c7da

Reviewed By: javache

Differential Revision: D2971309

fb-gh-sync-id: 0104f5499d32e0a4e4bd24128c58a9ee4aa7ca4e
shipit-source-id: 0104f5499d32e0a4e4bd24128c58a9ee4aa7ca4e
This commit is contained in:
Andrei Coman
2016-02-24 08:39:09 -08:00
committed by facebook-github-bot-2
parent 3603479471
commit 936b5e794b
8 changed files with 3 additions and 205 deletions

View File

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