Fix oss build
Reviewed By: javache Differential Revision: D5189534 fbshipit-source-id: 6096754e3caaa88a3283b3773723fac154cf989d
This commit is contained in:
parent
485bb70691
commit
e55583e59f
|
@ -107,3 +107,7 @@ def rn_robolectric_test(name, srcs, vm_args = None, *args, **kwargs):
|
|||
srcs = srcs,
|
||||
vm_args = vm_args + extra_vm_args,
|
||||
*args, **kwargs)
|
||||
|
||||
original_cxx_library = cxx_library
|
||||
def cxx_library(allow_jni_merging=None, **kwargs):
|
||||
original_cxx_library(**kwargs)
|
Loading…
Reference in New Issue