Skip to content

Commit

Permalink
Add back kwargs
Browse files Browse the repository at this point in the history
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
  • Loading branch information
hramos authored and facebook-github-bot committed Jan 22, 2018
1 parent b8c86b8 commit f5975a9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion ReactNative/DEFS
Original file line number Diff line number Diff line change
Expand Up @@ -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):
Expand Down

0 comments on commit f5975a9

Please sign in to comment.