Files
react-native/Libraries/FBLazyVector/BUCK
T
Kevin Gozali f24b815fe6 use xplat BUCK attribution
Summary:
Internal code attribution update.

Changelog: [Internal]

Reviewed By: mdvacca

Differential Revision: D21603406

fbshipit-source-id: c3da1823e26beb0092d97e66d731618c0433a2f7
2020-05-15 21:55:52 -07:00

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"],
)