Skip to content

Commit f9e742a

Browse files
hramosfacebook-github-bot
authored andcommitted
Fix buck failure
Summary: Buck is failing due to missing args: https://circleci.com/gh/facebook/react-native/29268 Closes facebook#17346 Differential Revision: D6642181 Pulled By: hramos fbshipit-source-id: 399d3c5f197ae0de9748a592def945c14ac1d348
1 parent 0ec1017 commit f9e742a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

ReactAndroid/DEFS

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -110,4 +110,4 @@ def rn_robolectric_test(name, srcs, vm_args = None, *args, **kwargs):
110110

111111

112112
def fb_xplat_cxx_library(allow_jni_merging=None, **kwargs):
113-
cxx_library(*args, **kwargs)
113+
cxx_library(**kwargs)

0 commit comments

Comments
 (0)