mirror of
https://github.com/facebook/react-native.git
synced 2025-11-01 09:14:26 +00:00
04c286c3c2
Summary: Cleanup rn_defs. Most of the imports here were not related to RN, and for others we can use rn_apple_library instead. Reviewed By: mdvacca Differential Revision: D41302584 fbshipit-source-id: 0db79e202c0e18dd590ae0e6bf2821e6b49b606a
23 lines
692 B
Python
23 lines
692 B
Python
load("//tools/build_defs/oss:rn_defs.bzl", "rn_apple_library")
|
|
|
|
rn_apple_library(
|
|
name = "FBLazyVector",
|
|
exported_headers = [
|
|
"FBLazyVector/FBLazyIterator.h",
|
|
"FBLazyVector/FBLazyVector.h",
|
|
],
|
|
autoglob = False,
|
|
complete_nullability = True,
|
|
contacts = ["oncall+react_native@xmail.facebook.com"],
|
|
enable_exceptions = False,
|
|
extension_api_only = True,
|
|
frameworks = [],
|
|
labels = [
|
|
"fbios_link_group:xplat/default/public.react_native.infra",
|
|
"pfh:ReactNative_CommonInfrastructurePlaceholder",
|
|
"talkios_link_group:xplat/default/public.react_native.infra",
|
|
],
|
|
link_whole = False,
|
|
visibility = ["PUBLIC"],
|
|
)
|