mirror of
https://github.com/zhigang1992/react-native.git
synced 2026-04-29 12:45:37 +08:00
Fix unmangled visibility in rn_defs
Summary: The wrappers exposed by `rn_defs.bzl` should mangle visibility to include the cell. Reviewed By: scottrice Differential Revision: D13219109 fbshipit-source-id: ded17e79a1d388d6b76fbdf2ab0d75e586092fcd
This commit is contained in:
committed by
Facebook Github Bot
parent
706888df35
commit
7030d95988
@@ -145,6 +145,9 @@ def rn_prebuilt_native_library(*args, **kwargs):
|
||||
def rn_prebuilt_jar(*args, **kwargs):
|
||||
native.prebuilt_jar(*args, **kwargs)
|
||||
|
||||
def rn_genrule(*args, **kwargs):
|
||||
native.genrule(*args, **kwargs)
|
||||
|
||||
def rn_robolectric_test(name, srcs, vm_args = None, *args, **kwargs):
|
||||
vm_args = vm_args or []
|
||||
|
||||
|
||||
Reference in New Issue
Block a user