Skip to content

Commit e69e6f4

Browse files
Jonathan Keljofacebook-github-bot
authored andcommitted
supermodule:xplat/default/public.react_native.infra
Reviewed By: javache Differential Revision: D40376280 fbshipit-source-id: d76e692fd8a571614729d0fb15ebde8895d3de28
1 parent 860b4d9 commit e69e6f4

File tree

139 files changed

+0
-177
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

139 files changed

+0
-177
lines changed

BUCK

Lines changed: 0 additions & 24 deletions
Original file line numberDiff line numberDiff line change
@@ -98,7 +98,6 @@ rn_xplat_cxx_library2(
9898
labels = [
9999
"depslint_never_remove",
100100
"pfh:ReactNative_CommonInfrastructurePlaceholder",
101-
"supermodule:xplat/default/public.react_native.infra",
102101
],
103102
preprocessor_flags = get_objc_arc_preprocessor_flags() + get_preprocessor_flags_for_build_mode() + [
104103
"-DWITH_FBSYSTRACE=1",
@@ -155,7 +154,6 @@ rn_xplat_cxx_library2(
155154
],
156155
labels = [
157156
"pfh:ReactNative_CommonInfrastructurePlaceholder",
158-
"supermodule:xplat/default/public.react_native.infra",
159157
],
160158
preprocessor_flags = get_objc_arc_preprocessor_flags() + get_preprocessor_flags_for_build_mode() + ["-DWITH_FBSYSTRACE=1"],
161159
visibility = ["PUBLIC"],
@@ -194,7 +192,6 @@ rn_xplat_cxx_library2(
194192
],
195193
labels = [
196194
"pfh:ReactNative_CommonInfrastructurePlaceholder",
197-
"supermodule:xplat/default/public.react_native.infra",
198195
],
199196
preprocessor_flags = get_objc_arc_preprocessor_flags() + get_preprocessor_flags_for_build_mode(),
200197
visibility = ["PUBLIC"],
@@ -222,7 +219,6 @@ rn_xplat_cxx_library2(
222219
fbobjc_enable_exceptions = True,
223220
labels = [
224221
"pfh:ReactNative_CommonInfrastructurePlaceholder",
225-
"supermodule:xplat/default/public.react_native.infra",
226222
],
227223
preprocessor_flags = get_objc_arc_preprocessor_flags() + get_preprocessor_flags_for_build_mode(),
228224
visibility = ["PUBLIC"],
@@ -431,7 +427,6 @@ rn_xplat_cxx_library2(
431427
"depslint_never_add",
432428
"depslint_never_remove", # Some old NativeModule still relies on +load unfortunately.
433429
"pfh:ReactNative_CommonInfrastructurePlaceholder",
434-
"supermodule:xplat/default/public.react_native.infra",
435430
],
436431
platform_preprocessor_flags = [(
437432
"linux",
@@ -522,7 +517,6 @@ rn_xplat_cxx_library2(
522517
labels = [
523518
"disable_plugins_only_validation",
524519
"pfh:ReactNative_CommonInfrastructurePlaceholder",
525-
"supermodule:xplat/default/public.react_native.infra",
526520
],
527521
plugins = [
528522
react_fabric_component_plugin_provider("SafeAreaView", "RCTSafeAreaViewCls"),
@@ -607,7 +601,6 @@ rn_apple_library(
607601
labels = [
608602
"fbios_link_group:xplat/default/public.react_native.infra",
609603
"pfh:ReactNative_CommonInfrastructurePlaceholder",
610-
"supermodule:xplat/default/public.react_native.infra",
611604
"talkios_link_group:xplat/default/public.react_native.infra",
612605
],
613606
preprocessor_flags = get_objc_arc_preprocessor_flags() + get_preprocessor_flags_for_build_mode(),
@@ -680,7 +673,6 @@ rn_apple_library(
680673
labels = [
681674
"disable_plugins_only_validation",
682675
"pfh:ReactNative_CommonInfrastructurePlaceholder",
683-
"supermodule:xplat/default/public.react_native.infra",
684676
],
685677
plugins = [react_fabric_component_plugin_provider("Image", "RCTImageCls")],
686678
visibility = ["PUBLIC"],
@@ -712,7 +704,6 @@ rn_xplat_cxx_library2(
712704
contacts = ["[email protected]"],
713705
labels = [
714706
"pfh:ReactNative_CommonInfrastructurePlaceholder",
715-
"supermodule:xplat/default/public.react_native.infra",
716707
],
717708
visibility = ["PUBLIC"],
718709
deps = [
@@ -783,7 +774,6 @@ rn_codegen(
783774
codegen_modules = True,
784775
ios_assume_nonnull = False,
785776
library_labels = [
786-
"supermodule:xplat/default/public.react_native.infra",
787777
"pfh:ReactNative_CommonInfrastructurePlaceholder",
788778
],
789779
native_module_spec_name = "FBReactNativeSpec",
@@ -796,7 +786,6 @@ rn_codegen(
796786
codegen_components = True,
797787
ios_assume_nonnull = False,
798788
library_labels = [
799-
"supermodule:xplat/default/public.react_native.infra",
800789
"pfh:ReactNative_CommonInfrastructurePlaceholder",
801790
],
802791
src_prefix = "Libraries/",
@@ -834,7 +823,6 @@ rn_apple_library(
834823
"extension_api_allow_unsafe_unavailable_usages",
835824
"fbios_link_group:xplat/default/public.react_native.infra",
836825
"pfh:ReactNative_CommonInfrastructurePlaceholder",
837-
"supermodule:xplat/default/public.react_native.infra",
838826
"talkios_link_group:xplat/default/public.react_native.infra",
839827
],
840828
plugins =
@@ -886,7 +874,6 @@ rn_apple_library(
886874
"disable_plugins_only_validation",
887875
"fbios_link_group:xplat/default/public.react_native.infra",
888876
"pfh:ReactNative_CommonInfrastructurePlaceholder",
889-
"supermodule:xplat/default/public.react_native.infra",
890877
],
891878
plugins =
892879
react_module_plugin_providers(
@@ -946,7 +933,6 @@ rn_apple_library(
946933
"extension_api_allow_unsafe_unavailable_usages",
947934
"fbios_link_group:xplat/default/public.react_native.infra",
948935
"pfh:ReactNative_CommonInfrastructurePlaceholder",
949-
"supermodule:xplat/default/public.react_native.infra",
950936
"talkios_link_group:xplat/default/public.react_native.infra",
951937
],
952938
plugins =
@@ -996,7 +982,6 @@ rn_apple_library(
996982
"extension_api_allow_unsafe_unavailable_usages",
997983
"fbios_link_group:xplat/default/public.react_native.infra",
998984
"pfh:ReactNative_CommonInfrastructurePlaceholder",
999-
"supermodule:xplat/default/public.react_native.infra",
1000985
"talkios_link_group:xplat/default/public.react_native.infra",
1001986
],
1002987
plugins =
@@ -1050,7 +1035,6 @@ rn_apple_library(
10501035
"extension_api_allow_unsafe_unavailable_usages",
10511036
"fbios_link_group:xplat/default/public.react_native.infra",
10521037
"pfh:ReactNative_CommonInfrastructurePlaceholder",
1053-
"supermodule:xplat/default/public.react_native.infra",
10541038
"talkios_link_group:xplat/default/public.react_native.infra",
10551039
],
10561040
plugins =
@@ -1133,7 +1117,6 @@ rn_apple_library(
11331117
"extension_api_allow_unsafe_unavailable_usages",
11341118
"fbios_link_group:xplat/default/public.react_native.infra",
11351119
"pfh:ReactNative_CommonInfrastructurePlaceholder",
1136-
"supermodule:xplat/default/public.react_native.infra",
11371120
"talkios_link_group:xplat/default/public.react_native.infra",
11381121
],
11391122
plugins =
@@ -1268,7 +1251,6 @@ rn_xplat_cxx_library2(
12681251
labels = [
12691252
"depslint_never_remove", # Some old NativeModule still relies on +load unfortunately.
12701253
"pfh:ReactNative_CommonInfrastructurePlaceholder",
1271-
"supermodule:xplat/default/public.react_native.infra",
12721254
],
12731255
preprocessor_flags = get_objc_arc_preprocessor_flags() + get_preprocessor_flags_for_build_mode(),
12741256
visibility = ["PUBLIC"],
@@ -1302,7 +1284,6 @@ rn_apple_library(
13021284
"disable_plugins_only_validation",
13031285
"fbios_link_group:xplat/default/public.react_native.infra",
13041286
"pfh:ReactNative_CommonInfrastructurePlaceholder",
1305-
"supermodule:xplat/default/public.react_native.infra",
13061287
],
13071288
plugins = react_module_plugin_providers(
13081289
name = "Vibration",
@@ -1343,7 +1324,6 @@ rn_xplat_cxx_library2(
13431324
labels = [
13441325
"depslint_never_remove", # Some old NativeModule still relies on +load unfortunately.
13451326
"pfh:ReactNative_CommonInfrastructurePlaceholder",
1346-
"supermodule:xplat/default/public.react_native.infra",
13471327
],
13481328
preprocessor_flags = get_objc_arc_preprocessor_flags() + get_preprocessor_flags_for_build_mode(),
13491329
visibility = ["PUBLIC"],
@@ -1376,7 +1356,6 @@ rn_xplat_cxx_library2(
13761356
labels = [
13771357
"depslint_never_remove",
13781358
"pfh:ReactNative_CommonInfrastructurePlaceholder",
1379-
"supermodule:xplat/default/public.react_native.infra",
13801359
],
13811360
preprocessor_flags = get_objc_arc_preprocessor_flags() + get_preprocessor_flags_for_build_mode(),
13821361
visibility = ["PUBLIC"],
@@ -1411,7 +1390,6 @@ rn_xplat_cxx_library2(
14111390
labels = [
14121391
"depslint_never_remove",
14131392
"pfh:ReactNative_CommonInfrastructurePlaceholder",
1414-
"supermodule:xplat/default/public.react_native.infra",
14151393
],
14161394
preprocessor_flags = get_objc_arc_preprocessor_flags() + get_preprocessor_flags_for_build_mode(),
14171395
visibility = ["PUBLIC"],
@@ -1447,7 +1425,6 @@ rn_xplat_cxx_library2(
14471425
labels = [
14481426
"depslint_never_remove",
14491427
"pfh:ReactNative_CommonInfrastructurePlaceholder",
1450-
"supermodule:xplat/default/public.react_native.infra",
14511428
],
14521429
preprocessor_flags = get_objc_arc_preprocessor_flags() + get_preprocessor_flags_for_build_mode(),
14531430
visibility = ["PUBLIC"],
@@ -1469,7 +1446,6 @@ rn_xplat_cxx_library2(
14691446
},
14701447
labels = [
14711448
"pfh:ReactNative_CommonInfrastructurePlaceholder",
1472-
"supermodule:xplat/default/public.react_native.infra",
14731449
],
14741450
visibility = [
14751451
"//fbobjc/Libraries/FBReactKit:RCTMapView",

Libraries/FBLazyVector/BUCK

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,6 @@ fb_apple_library(
1717
labels = [
1818
"fbios_link_group:xplat/default/public.react_native.infra",
1919
"pfh:ReactNative_CommonInfrastructurePlaceholder",
20-
"supermodule:xplat/default/public.react_native.infra",
2120
"talkios_link_group:xplat/default/public.react_native.infra",
2221
],
2322
link_whole = False,

Libraries/RCTRequired/BUCK

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,6 @@ fb_apple_library(
1515
labels = [
1616
"fbios_link_group:xplat/default/public.react_native.infra",
1717
"pfh:ReactNative_CommonInfrastructurePlaceholder",
18-
"supermodule:xplat/default/public.react_native.infra",
1918
"talkios_link_group:xplat/default/public.react_native.infra",
2019
],
2120
)

React/CoreModules/BUCK

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -42,7 +42,6 @@ rn_apple_library(
4242
"disable_plugins_only_validation",
4343
"fbios_link_group:xplat/default/public.react_native.infra",
4444
"pfh:ReactNative_CommonInfrastructurePlaceholder",
45-
"supermodule:xplat/default/public.react_native.infra",
4645
"talkios_link_group:xplat/default/public.react_native.infra",
4746
],
4847
link_whole = True,

ReactAndroid/src/androidTest/java/com/facebook/react/testing/network/BUCK

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,6 @@ rn_android_library(
88
autoglob = False,
99
labels = [
1010
"pfh:ReactNative_CommonInfrastructurePlaceholder",
11-
"supermodule:xplat/default/public.react_native.infra",
1211
],
1312
language = "JAVA",
1413
visibility = [

ReactAndroid/src/main/java/com/facebook/debug/holder/BUCK

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,6 @@ rn_android_library(
88
autoglob = False,
99
labels = [
1010
"pfh:ReactNative_CommonInfrastructurePlaceholder",
11-
"supermodule:xplat/default/public.react_native.infra",
1211
],
1312
language = "JAVA",
1413
visibility = [

ReactAndroid/src/main/java/com/facebook/debug/tags/BUCK

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,6 @@ rn_android_library(
88
autoglob = False,
99
labels = [
1010
"pfh:ReactNative_CommonInfrastructurePlaceholder",
11-
"supermodule:xplat/default/public.react_native.infra",
1211
],
1312
language = "JAVA",
1413
visibility = [

ReactAndroid/src/main/java/com/facebook/hermes/instrumentation/BUCK

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,6 @@ rn_android_library(
1818
autoglob = False,
1919
labels = [
2020
"pfh:ReactNative_CommonInfrastructurePlaceholder",
21-
"supermodule:xplat/default/public.react_native.infra",
2221
],
2322
language = "JAVA",
2423
visibility = ["PUBLIC"],

ReactAndroid/src/main/java/com/facebook/react/BUCK

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,6 @@ rn_android_library(
88
autoglob = False,
99
labels = [
1010
"pfh:ReactNative_CommonInfrastructurePlaceholder",
11-
"supermodule:xplat/default/public.react_native.infra",
1211
],
1312
language = "JAVA",
1413
provided_deps = [

ReactAndroid/src/main/java/com/facebook/react/animated/BUCK

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,6 @@ rn_android_library(
1010
autoglob = False,
1111
labels = [
1212
"pfh:ReactNative_CommonInfrastructurePlaceholder",
13-
"supermodule:xplat/default/public.react_native.infra",
1413
],
1514
language = "JAVA",
1615
provided_deps = [

0 commit comments

Comments
 (0)