Skip to content

Commit

Permalink
Fix buck failure
Browse files Browse the repository at this point in the history
Summary:
Buck is failing due to missing args: https://circleci.com/gh/facebook/react-native/29268
Closes #17346

Differential Revision: D6642181

Pulled By: hramos

fbshipit-source-id: 399d3c5f197ae0de9748a592def945c14ac1d348
  • Loading branch information
hramos authored and facebook-github-bot committed Dec 28, 2017
1 parent 0ec1017 commit f9e742a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion ReactAndroid/DEFS
Original file line number Diff line number Diff line change
Expand Up @@ -110,4 +110,4 @@ def rn_robolectric_test(name, srcs, vm_args = None, *args, **kwargs):


def fb_xplat_cxx_library(allow_jni_merging=None, **kwargs):
cxx_library(*args, **kwargs)
cxx_library(**kwargs)

0 comments on commit f9e742a

Please sign in to comment.