File tree 2 files changed +9
-2
lines changed
2 files changed +9
-2
lines changed Original file line number Diff line number Diff line change @@ -2,7 +2,11 @@ load("//tools/build_defs/oss:rn_defs.bzl", "fb_apple_library")
2
2
3
3
fb_apple_library (
4
4
name = "FBLazyVector" ,
5
- autoglob = True ,
5
+ exported_headers = [
6
+ "FBLazyVector/FBLazyIterator.h" ,
7
+ "FBLazyVector/FBLazyVector.h" ,
8
+ ],
9
+ autoglob = False ,
6
10
complete_nullability = True ,
7
11
contacts = ["oncall+react_native@xmail.facebook.com" ],
8
12
enable_exceptions = False ,
Original file line number Diff line number Diff line change @@ -2,7 +2,10 @@ load("//tools/build_defs/oss:rn_defs.bzl", "fb_apple_library")
2
2
3
3
fb_apple_library (
4
4
name = "RCTRequired" ,
5
- autoglob = True ,
5
+ exported_headers = [
6
+ "RCTRequired/RCTRequired.h" ,
7
+ ],
8
+ autoglob = False ,
6
9
complete_nullability = True ,
7
10
contacts = ["oncall+react_native@xmail.facebook.com" ],
8
11
extension_api_only = True ,
You can’t perform that action at this time.
0 commit comments