Skip to content

Commit a6a66c5

Browse files
ttsugriyfacebook-github-bot
authored andcommitted
Remove last usages of cxx_library.
Reviewed By: mzlee Differential Revision: D6632262 fbshipit-source-id: 1ec3ba232e573b9cbc892f23827f9a7c5df34106
1 parent 4a1bb8f commit a6a66c5

File tree

1 file changed

+1
-5
lines changed

1 file changed

+1
-5
lines changed

ReactAndroid/DEFS

+1-5
Original file line numberDiff line numberDiff line change
@@ -108,10 +108,6 @@ def rn_robolectric_test(name, srcs, vm_args = None, *args, **kwargs):
108108
vm_args = vm_args + extra_vm_args,
109109
*args, **kwargs)
110110

111-
original_cxx_library = cxx_library
112-
def cxx_library(allow_jni_merging=None, **kwargs):
113-
original_cxx_library(**kwargs)
114111

115-
116-
def fb_xplat_cxx_library(*args, **kwargs):
112+
def fb_xplat_cxx_library(allow_jni_merging=None, **kwargs):
117113
cxx_library(*args, **kwargs)

0 commit comments

Comments
 (0)