Skip to content

Commit f5975a9

Browse files
hramosfacebook-github-bot
authored andcommitted
Add back kwargs
Summary: Originally added in #17551 by dryganets but lost when an internal diff consolidated files into ReactNative/DEFS Closes #17710 Differential Revision: D6778242 Pulled By: hramos fbshipit-source-id: 22bd3348feccf1ecb53d897c84e1ca704e51fc33
1 parent b8c86b8 commit f5975a9

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

ReactNative/DEFS

+1-1
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,7 @@ with allow_unsafe_import():
3030

3131
# Building is not supported in OSS right now
3232
def rn_xplat_cxx_library(name, **kwargs):
33-
cxx_library(name = name)
33+
cxx_library(name = name, **kwargs)
3434

3535
# Example: react_native_target('java/com/facebook/react/common:common')
3636
def react_native_target(path):

0 commit comments

Comments
 (0)