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 "pfh:ReactNative_CommonInfrastructurePlaceholder", 17 "supermodule:xplat/default/public.react_native.infra", 18 ], 19 link_whole = False, 20 visibility = ["PUBLIC"], 21) 22