make RN infra labels public

Summary:
Internal build target labeling.

Changelog: [Internal]

Reviewed By: zlern2k

Differential Revision: D20152676

fbshipit-source-id: 89615a0b3a6f3994b18f2c07b86d0ae93e052327
This commit is contained in:
Kevin Gozali
2020-02-28 12:46:49 -08:00
committed by Facebook Github Bot
parent 64720ab14a
commit 30822e3923
40 changed files with 42 additions and 42 deletions
+1 -1
View File
@@ -8,7 +8,7 @@ fb_apple_library(
enable_exceptions = False,
extension_api_only = True,
frameworks = [],
labels = ["supermodule:ios/default/private.react_native.infra"],
labels = ["supermodule:ios/default/public.react_native.infra"],
link_whole = False,
visibility = ["PUBLIC"],
)
+1 -1
View File
@@ -15,7 +15,7 @@ fb_apple_library(
"Foundation",
"UIKit",
],
labels = ["supermodule:ios/default/private.react_native.infra"],
labels = ["supermodule:ios/default/public.react_native.infra"],
reexport_all_header_dependencies = True,
deps = [
"fbsource//xplat/js/react-native-github:RCTTypeSafety",
+1 -1
View File
@@ -7,5 +7,5 @@ fb_apple_library(
contacts = ["oncall+react_native@xmail.facebook.com"],
extension_api_only = True,
frameworks = ["Foundation"],
labels = ["supermodule:ios/default/private.react_native.infra"],
labels = ["supermodule:ios/default/public.react_native.infra"],
)
+1 -1
View File
@@ -32,7 +32,7 @@ rn_apple_library(
"UIKit",
],
header_path_prefix = "React",
labels = ["supermodule:ios/default/private.react_native.infra"],
labels = ["supermodule:ios/default/public.react_native.infra"],
lang_compiler_flags = get_fbobjc_enable_exception_lang_compiler_flags_DEPRECATED(),
link_whole = True,
platform_preprocessor_flags = [(
@@ -35,7 +35,7 @@ rn_xplat_cxx_library(
"-std=c++14",
"-Wall",
],
labels = ["supermodule:android/default/public.react_native"],
labels = ["supermodule:android/default/public.react_native.infra"],
platforms = (ANDROID,),
preprocessor_flags = [
"-DLOG_TAG=\"ReactNative\"",
+1 -1
View File
@@ -36,7 +36,7 @@ rn_xplat_cxx_library(
"-Wall",
],
fbobjc_compiler_flags = APPLE_COMPILER_FLAGS,
fbobjc_labels = ["supermodule:ios/default/private.react_native.infra"],
fbobjc_labels = ["supermodule:ios/default/public.react_native.infra"],
fbobjc_preprocessor_flags = get_debug_preprocessor_flags() + get_apple_inspector_flags(),
force_static = True,
macosx_tests_override = [],
+1 -1
View File
@@ -16,7 +16,7 @@ rn_xplat_cxx_library(
"-std=c++14",
"-Wall",
],
fbobjc_labels = ["supermodule:ios/default/private.react_native.infra"],
fbobjc_labels = ["supermodule:ios/default/public.react_native.infra"],
platforms = (ANDROID, APPLE),
preferred_linkage = "static",
preprocessor_flags = [
+1 -1
View File
@@ -25,7 +25,7 @@ rn_xplat_cxx_library(
"-Wall",
],
fbobjc_compiler_flags = APPLE_COMPILER_FLAGS,
fbobjc_labels = ["supermodule:ios/default/private.react_native.infra"],
fbobjc_labels = ["supermodule:ios/default/public.react_native.infra"],
fbobjc_preprocessor_flags = get_debug_preprocessor_flags() + get_apple_inspector_flags(),
force_static = True,
platforms = (ANDROID, APPLE, CXX),
+3 -3
View File
@@ -19,7 +19,7 @@ rn_xplat_cxx_library(
),
compiler_flags = CXX_LIBRARY_COMPILER_FLAGS,
fbobjc_compiler_flags = get_apple_compiler_flags(),
fbobjc_labels = ["supermodule:ios/default/private.react_native.infra"],
fbobjc_labels = ["supermodule:ios/default/public.react_native.infra"],
force_static = True,
visibility = [
"PUBLIC",
@@ -44,7 +44,7 @@ rn_xplat_cxx_library(
"-frtti",
],
fbobjc_compiler_flags = get_apple_compiler_flags(),
fbobjc_labels = ["supermodule:ios/default/private.react_native.infra"],
fbobjc_labels = ["supermodule:ios/default/public.react_native.infra"],
force_static = True,
preprocessor_flags = [
"-DWITH_FBREMAP=1",
@@ -129,7 +129,7 @@ rn_xplat_cxx_library(
fbandroid_preprocessor_flags = get_android_inspector_flags(),
fbobjc_compiler_flags = get_apple_compiler_flags(),
fbobjc_force_static = True,
fbobjc_labels = ["supermodule:ios/default/private.react_native.infra"],
fbobjc_labels = ["supermodule:ios/default/public.react_native.infra"],
fbobjc_preprocessor_flags = get_debug_preprocessor_flags() + get_apple_inspector_flags(),
macosx_tests_override = [],
platforms = (ANDROID, APPLE),
+1 -1
View File
@@ -38,7 +38,7 @@ rn_xplat_cxx_library(
"-Wall",
],
fbobjc_compiler_flags = APPLE_COMPILER_FLAGS,
fbobjc_labels = ["supermodule:ios/default/private.react_native.infra"],
fbobjc_labels = ["supermodule:ios/default/public.react_native.infra"],
fbobjc_preprocessor_flags = get_debug_preprocessor_flags() + get_apple_inspector_flags(),
force_static = True,
macosx_tests_override = [],
@@ -36,7 +36,7 @@ rn_xplat_cxx_library(
"-Wall",
],
fbobjc_compiler_flags = APPLE_COMPILER_FLAGS,
fbobjc_labels = ["supermodule:ios/default/private.react_native.infra"],
fbobjc_labels = ["supermodule:ios/default/public.react_native.infra"],
fbobjc_preprocessor_flags = get_debug_preprocessor_flags() + get_apple_inspector_flags(),
macosx_tests_override = [],
platforms = (ANDROID, APPLE, CXX),
+1 -1
View File
@@ -36,7 +36,7 @@ rn_xplat_cxx_library(
"-Wall",
],
fbobjc_compiler_flags = APPLE_COMPILER_FLAGS,
fbobjc_labels = ["supermodule:ios/default/private.react_native.infra"],
fbobjc_labels = ["supermodule:ios/default/public.react_native.infra"],
fbobjc_preprocessor_flags = get_debug_preprocessor_flags() + get_apple_inspector_flags(),
macosx_tests_override = [],
platforms = (ANDROID, APPLE, CXX),
@@ -34,7 +34,7 @@ rn_xplat_cxx_library(
"-Wall",
],
fbobjc_compiler_flags = APPLE_COMPILER_FLAGS,
fbobjc_labels = ["supermodule:ios/default/private.react_native.infra"],
fbobjc_labels = ["supermodule:ios/default/public.react_native.infra"],
fbobjc_preprocessor_flags = get_debug_preprocessor_flags() + get_apple_inspector_flags(),
force_static = True,
platforms = (APPLE),
+1 -1
View File
@@ -52,7 +52,7 @@ rn_xplat_cxx_library(
["platform/android/*.cpp"],
),
fbobjc_compiler_flags = APPLE_COMPILER_FLAGS,
fbobjc_labels = ["supermodule:ios/default/private.react_native.infra"],
fbobjc_labels = ["supermodule:ios/default/public.react_native.infra"],
fbobjc_preprocessor_flags = get_debug_preprocessor_flags() + get_apple_inspector_flags(),
force_static = True,
ios_exported_headers = subdir_glob(
+1 -1
View File
@@ -36,7 +36,7 @@ rn_xplat_cxx_library(
"-Wall",
],
fbobjc_compiler_flags = APPLE_COMPILER_FLAGS,
fbobjc_labels = ["supermodule:ios/default/private.react_native.infra"],
fbobjc_labels = ["supermodule:ios/default/public.react_native.infra"],
fbobjc_preprocessor_flags = get_debug_preprocessor_flags() + get_apple_inspector_flags(),
macosx_tests_override = [],
platforms = (ANDROID, APPLE, CXX),
@@ -31,7 +31,7 @@ rn_xplat_cxx_library(
"-Wall",
],
fbobjc_compiler_flags = APPLE_COMPILER_FLAGS,
fbobjc_labels = ["supermodule:ios/default/private.react_native.infra"],
fbobjc_labels = ["supermodule:ios/default/public.react_native.infra"],
fbobjc_preprocessor_flags = get_debug_preprocessor_flags() + get_apple_inspector_flags(),
force_static = True,
platforms = (APPLE),
@@ -39,7 +39,7 @@ rn_xplat_cxx_library(
"-Wall",
],
fbobjc_compiler_flags = APPLE_COMPILER_FLAGS,
fbobjc_labels = ["supermodule:ios/default/private.react_native.infra"],
fbobjc_labels = ["supermodule:ios/default/public.react_native.infra"],
fbobjc_preprocessor_flags = get_debug_preprocessor_flags() + get_apple_inspector_flags(),
force_static = True,
macosx_tests_override = [],
+1 -1
View File
@@ -57,7 +57,7 @@ rn_xplat_cxx_library(
["platform/android/*.cpp"],
),
fbobjc_compiler_flags = APPLE_COMPILER_FLAGS,
fbobjc_labels = ["supermodule:ios/default/private.react_native.infra"],
fbobjc_labels = ["supermodule:ios/default/public.react_native.infra"],
fbobjc_preprocessor_flags = get_debug_preprocessor_flags() + get_apple_inspector_flags(),
force_static = True,
ios_exported_headers = subdir_glob(
+1 -1
View File
@@ -45,7 +45,7 @@ rn_xplat_cxx_library(
react_native_target("jni/react/jni:jni"),
],
fbobjc_compiler_flags = APPLE_COMPILER_FLAGS,
fbobjc_labels = ["supermodule:ios/default/private.react_native.infra"],
fbobjc_labels = ["supermodule:ios/default/public.react_native.infra"],
fbobjc_preprocessor_flags = get_debug_preprocessor_flags() + get_apple_inspector_flags(),
force_static = True,
platforms = (ANDROID, APPLE, CXX),
+1 -1
View File
@@ -44,7 +44,7 @@ rn_xplat_cxx_library(
],
cxx_tests = [":tests"],
fbobjc_compiler_flags = APPLE_COMPILER_FLAGS,
fbobjc_labels = ["supermodule:ios/default/private.react_native.infra"],
fbobjc_labels = ["supermodule:ios/default/public.react_native.infra"],
fbobjc_preprocessor_flags = get_debug_preprocessor_flags() + get_apple_inspector_flags(),
force_static = True,
platforms = (ANDROID, APPLE, CXX),
+1 -1
View File
@@ -41,7 +41,7 @@ rn_xplat_cxx_library(
],
cxx_tests = [":tests"],
fbobjc_compiler_flags = APPLE_COMPILER_FLAGS,
fbobjc_labels = ["supermodule:ios/default/private.react_native.infra"],
fbobjc_labels = ["supermodule:ios/default/public.react_native.infra"],
fbobjc_preprocessor_flags = get_debug_preprocessor_flags() + get_apple_inspector_flags(),
force_static = True,
platforms = (ANDROID, APPLE, CXX),
@@ -41,7 +41,7 @@ rn_xplat_cxx_library(
],
cxx_tests = [":tests"],
fbobjc_compiler_flags = APPLE_COMPILER_FLAGS,
fbobjc_labels = ["supermodule:ios/default/private.react_native.infra"],
fbobjc_labels = ["supermodule:ios/default/public.react_native.infra"],
fbobjc_preprocessor_flags = get_debug_preprocessor_flags() + get_apple_inspector_flags(),
force_static = True,
platforms = (ANDROID, APPLE, CXX),
@@ -36,7 +36,7 @@ rn_xplat_cxx_library(
"-Wall",
],
fbobjc_compiler_flags = APPLE_COMPILER_FLAGS,
fbobjc_labels = ["supermodule:ios/default/private.react_native.infra"],
fbobjc_labels = ["supermodule:ios/default/public.react_native.infra"],
fbobjc_preprocessor_flags = get_debug_preprocessor_flags() + get_apple_inspector_flags(),
macosx_tests_override = [],
platforms = (ANDROID, APPLE, CXX),
+1 -1
View File
@@ -42,7 +42,7 @@ rn_xplat_cxx_library(
"-Wall",
],
fbobjc_compiler_flags = APPLE_COMPILER_FLAGS,
fbobjc_labels = ["supermodule:ios/default/private.react_native.infra"],
fbobjc_labels = ["supermodule:ios/default/public.react_native.infra"],
fbobjc_preprocessor_flags = get_debug_preprocessor_flags() + get_apple_inspector_flags(),
force_static = True,
macosx_tests_override = [],
+1 -1
View File
@@ -45,7 +45,7 @@ rn_xplat_cxx_library(
"-Wall",
],
fbobjc_compiler_flags = APPLE_COMPILER_FLAGS,
fbobjc_labels = ["supermodule:ios/default/private.react_native.infra"],
fbobjc_labels = ["supermodule:ios/default/public.react_native.infra"],
fbobjc_preprocessor_flags = get_debug_preprocessor_flags() + get_apple_inspector_flags(),
force_static = True,
macosx_tests_override = [],
+1 -1
View File
@@ -40,7 +40,7 @@ rn_xplat_cxx_library(
"-Wall",
],
fbobjc_compiler_flags = APPLE_COMPILER_FLAGS,
fbobjc_labels = ["supermodule:ios/default/private.react_native.infra"],
fbobjc_labels = ["supermodule:ios/default/public.react_native.infra"],
fbobjc_preprocessor_flags = get_debug_preprocessor_flags() + get_apple_inspector_flags(),
force_static = True,
macosx_tests_override = [],
+1 -1
View File
@@ -38,7 +38,7 @@ rn_xplat_cxx_library(
"-Wall",
],
fbobjc_compiler_flags = APPLE_COMPILER_FLAGS,
fbobjc_labels = ["supermodule:ios/default/private.react_native.infra"],
fbobjc_labels = ["supermodule:ios/default/public.react_native.infra"],
fbobjc_preprocessor_flags = get_debug_preprocessor_flags() + get_apple_inspector_flags(),
force_static = True,
macosx_tests_override = [],
+1 -1
View File
@@ -62,7 +62,7 @@ rn_xplat_cxx_library(
],
),
fbobjc_compiler_flags = APPLE_COMPILER_FLAGS,
fbobjc_labels = ["supermodule:ios/default/private.react_native.infra"],
fbobjc_labels = ["supermodule:ios/default/public.react_native.infra"],
fbobjc_preprocessor_flags = get_debug_preprocessor_flags() + get_apple_inspector_flags(),
force_static = True,
ios_deps = [
+1 -1
View File
@@ -51,7 +51,7 @@ rn_xplat_cxx_library(
],
),
fbobjc_compiler_flags = APPLE_COMPILER_FLAGS,
fbobjc_labels = ["supermodule:ios/default/private.react_native.infra"],
fbobjc_labels = ["supermodule:ios/default/public.react_native.infra"],
fbobjc_preprocessor_flags = get_debug_preprocessor_flags() + get_apple_inspector_flags() + [
"-DLOG_TAG=\"ReactNative\"",
"-DWITH_FBSYSTRACE=1",
+1 -1
View File
@@ -30,7 +30,7 @@ rn_xplat_cxx_library(
"-std=c++14",
"-Wall",
],
fbobjc_labels = ["supermodule:ios/default/private.react_native.infra"],
fbobjc_labels = ["supermodule:ios/default/public.react_native.infra"],
force_static = True,
macosx_tests_override = [],
platforms = (ANDROID),
+1 -1
View File
@@ -39,7 +39,7 @@ rn_xplat_cxx_library(
"-Wall",
],
fbobjc_compiler_flags = APPLE_COMPILER_FLAGS,
fbobjc_labels = ["supermodule:ios/default/private.react_native.infra"],
fbobjc_labels = ["supermodule:ios/default/public.react_native.infra"],
fbobjc_preprocessor_flags = get_debug_preprocessor_flags() + get_apple_inspector_flags(),
force_static = True,
macosx_tests_override = [],
+1 -1
View File
@@ -81,7 +81,7 @@ rn_xplat_cxx_library(
],
),
fbobjc_compiler_flags = APPLE_COMPILER_FLAGS,
fbobjc_labels = ["supermodule:ios/default/private.react_native.infra"],
fbobjc_labels = ["supermodule:ios/default/public.react_native.infra"],
fbobjc_preprocessor_flags = get_debug_preprocessor_flags() + get_apple_inspector_flags(),
force_static = True,
ios_deps = [
+1 -1
View File
@@ -38,7 +38,7 @@ rn_xplat_cxx_library(
"-Wall",
],
fbobjc_compiler_flags = APPLE_COMPILER_FLAGS,
fbobjc_labels = ["supermodule:ios/default/private.react_native.infra"],
fbobjc_labels = ["supermodule:ios/default/public.react_native.infra"],
fbobjc_preprocessor_flags = get_debug_preprocessor_flags() + get_apple_inspector_flags(),
force_static = True,
macosx_tests_override = [],
+1 -1
View File
@@ -103,7 +103,7 @@ rn_xplat_cxx_library(
fbobjc_frameworks = [
"$SDKROOT/System/Library/Frameworks/JavaScriptCore.framework",
],
fbobjc_labels = ["supermodule:ios/default/private.react_native.infra"],
fbobjc_labels = ["supermodule:ios/default/public.react_native.infra"],
# TODO (T55502220): Remove when iOS 9.0 deprecation is complete everywhere.
fbobjc_target_sdk_version = "9.0",
platforms = APPLE,
+1 -1
View File
@@ -22,7 +22,7 @@ cxx_library(
],
fbobjc_force_static = True,
fbobjc_header_path_prefix = "",
fbobjc_labels = ["supermodule:ios/default/private.react_native.infra"],
fbobjc_labels = ["supermodule:ios/default/public.react_native.infra"],
platforms = (ANDROID, APPLE),
preprocessor_flags = [
"-DLOG_TAG=\"ReactNative\"",
+1 -1
View File
@@ -31,7 +31,7 @@ rn_xplat_cxx_library(
"-std=c++1y",
],
fbandroid_preferred_linkage = "shared",
fbobjc_labels = ["supermodule:ios/default/private.react_native.infra"],
fbobjc_labels = ["supermodule:ios/default/public.react_native.infra"],
visibility = [
"PUBLIC",
],
+1 -1
View File
@@ -16,7 +16,7 @@ cxx_library(
"-fexceptions",
"-fno-data-sections",
],
fbobjc_labels = ["supermodule:ios/default/private.react_native.infra"],
fbobjc_labels = ["supermodule:ios/default/public.react_native.infra"],
force_static = True,
visibility = [
"PUBLIC",
+1 -1
View File
@@ -38,7 +38,7 @@ rn_xplat_cxx_library(
"-fobjc-arc-exceptions",
],
fbobjc_inherited_buck_flags = get_static_library_ios_flags(),
fbobjc_labels = ["supermodule:ios/default/private.react_native.infra"],
fbobjc_labels = ["supermodule:ios/default/public.react_native.infra"],
fbobjc_preprocessor_flags = OBJC_ARC_PREPROCESSOR_FLAGS + get_debug_preprocessor_flags(),
force_static = True,
ios_deps = [
+1 -1
View File
@@ -41,7 +41,7 @@ rn_xplat_cxx_library(
],
fbobjc_compiler_flags = APPLE_COMPILER_FLAGS,
fbobjc_frameworks = ["Foundation"],
fbobjc_labels = ["supermodule:ios/default/private.react_native.infra"],
fbobjc_labels = ["supermodule:ios/default/public.react_native.infra"],
fbobjc_preprocessor_flags = get_debug_preprocessor_flags() + get_apple_inspector_flags(),
force_static = True,
macosx_tests_override = [],
+1 -1
View File
@@ -219,7 +219,7 @@ def rn_codegen_components(
],
fbobjc_compiler_flags = get_apple_compiler_flags(),
fbobjc_preprocessor_flags = get_debug_preprocessor_flags() + get_apple_inspector_flags(),
fbobjc_labels = ["supermodule:ios/default/private.react_native.infra"],
fbobjc_labels = ["supermodule:ios/default/public.react_native.infra"],
platforms = (ANDROID, APPLE, CXX),
preprocessor_flags = [
"-DLOG_TAG=\"ReactNative\"",