From f5975a97adcf3ae9c2988d7e267947a84ab60cee Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?H=C3=A9ctor=20Ramos?= Date: Mon, 22 Jan 2018 14:40:17 -0800 Subject: [PATCH] Add back kwargs Summary: Originally added in #17551 by dryganets but lost when an internal diff consolidated files into ReactNative/DEFS Closes https://github.com/facebook/react-native/pull/17710 Differential Revision: D6778242 Pulled By: hramos fbshipit-source-id: 22bd3348feccf1ecb53d897c84e1ca704e51fc33 --- ReactNative/DEFS | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/ReactNative/DEFS b/ReactNative/DEFS index 2685a8b99591e5..6e662cd4d38f62 100644 --- a/ReactNative/DEFS +++ b/ReactNative/DEFS @@ -30,7 +30,7 @@ with allow_unsafe_import(): # Building is not supported in OSS right now def rn_xplat_cxx_library(name, **kwargs): - cxx_library(name = name) + cxx_library(name = name, **kwargs) # Example: react_native_target('java/com/facebook/react/common:common') def react_native_target(path):