mirror of
https://github.com/facebook/react-native.git
synced 2025-11-01 09:14:26 +00:00
f24b815fe6
Summary: Internal code attribution update. Changelog: [Internal] Reviewed By: mdvacca Differential Revision: D21603406 fbshipit-source-id: c3da1823e26beb0092d97e66d731618c0433a2f7
15 lines
430 B
Python
15 lines
430 B
Python
load("//tools/build_defs/oss:rn_defs.bzl", "fb_apple_library")
|
|
|
|
fb_apple_library(
|
|
name = "FBLazyVector",
|
|
autoglob = True,
|
|
complete_nullability = True,
|
|
contacts = ["oncall+react_native@xmail.facebook.com"],
|
|
enable_exceptions = False,
|
|
extension_api_only = True,
|
|
frameworks = [],
|
|
labels = ["supermodule:xplat/default/public.react_native.infra"],
|
|
link_whole = False,
|
|
visibility = ["PUBLIC"],
|
|
)
|