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):