From f9e742aadfacbde5f2b6010a56821fa7009003be Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?H=C3=A9ctor=20Ramos?= <165856+hramos@users.noreply.github.com> Date: Thu, 28 Dec 2017 08:30:16 -0800 Subject: [PATCH] Fix buck failure Summary: Buck is failing due to missing args: https://circleci.com/gh/facebook/react-native/29268 Closes https://github.com/facebook/react-native/pull/17346 Differential Revision: D6642181 Pulled By: hramos fbshipit-source-id: 399d3c5f197ae0de9748a592def945c14ac1d348 --- ReactAndroid/DEFS | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/ReactAndroid/DEFS b/ReactAndroid/DEFS index 0b5843026..a594df919 100644 --- a/ReactAndroid/DEFS +++ b/ReactAndroid/DEFS @@ -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)