1load("//tools/build_defs/oss:rn_defs.bzl", "fb_apple_library")
2
3fb_apple_library(
4    name = "FBLazyVector",
5    exported_headers = [
6        "FBLazyVector/FBLazyIterator.h",
7        "FBLazyVector/FBLazyVector.h",
8    ],
9    autoglob = False,
10    complete_nullability = True,
11    contacts = ["[email protected]"],
12    enable_exceptions = False,
13    extension_api_only = True,
14    frameworks = [],
15    labels = [
16        "fbios_link_group:xplat/default/public.react_native.infra",
17        "pfh:ReactNative_CommonInfrastructurePlaceholder",
18        "talkios_link_group:xplat/default/public.react_native.infra",
19    ],
20    link_whole = False,
21    visibility = ["PUBLIC"],
22)
23