Add pfh labels to targets

Summary:
While it would be better to be able to do all of the ownership metadata at the Buck macro level, that proved to be more work than expected.

This diff adds the corresponding pfh label to all targets in `xplat/js/react-native-github` that have a Supermodule label. Once the migration is complete the Supermodules labels will be able to be removed.

Reviewed By: cortinico

Differential Revision: D35221544

fbshipit-source-id: d87d5e266dfb5e6ee087251dc34dff5db299bbaf
This commit is contained in:
Chris Olszewski
2022-03-30 14:37:03 -07:00
committed by Facebook GitHub Bot
parent 0353852297
commit ceae48c0f7
142 changed files with 666 additions and 161 deletions
@@ -4,7 +4,10 @@ rn_android_library(
name = "holder",
srcs = glob(["*.java"]),
autoglob = False,
labels = ["supermodule:xplat/default/public.react_native.infra"],
labels = [
"pfh:ReactNative_CommonInfrastructurePlaceholde",
"supermodule:xplat/default/public.react_native.infra",
],
visibility = [
"PUBLIC",
],
@@ -4,7 +4,10 @@ rn_android_library(
name = "tags",
srcs = glob(["*.java"]),
autoglob = False,
labels = ["supermodule:xplat/default/public.react_native.infra"],
labels = [
"pfh:ReactNative_CommonInfrastructurePlaceholde",
"supermodule:xplat/default/public.react_native.infra",
],
visibility = [
"PUBLIC",
],
@@ -13,7 +13,10 @@ rn_android_library(
name = "hermes_samplingprofiler",
srcs = ["HermesSamplingProfiler.java"],
autoglob = False,
labels = ["supermodule:xplat/default/public.react_native.infra"],
labels = [
"pfh:ReactNative_CommonInfrastructurePlaceholde",
"supermodule:xplat/default/public.react_native.infra",
],
visibility = ["PUBLIC"],
deps = [
react_native_dep("java/com/facebook/proguard/annotations:annotations"),
@@ -34,7 +37,10 @@ rn_xplat_cxx_library(
compiler_flags_enable_exceptions = True, # TODO: is this necessary?
compiler_flags_enable_rtti = True, # TODO: is this necessary?
fbandroid_allow_jni_merging = True,
labels = ["supermodule:xplat/default/public.react_native.infra"],
labels = [
"pfh:ReactNative_CommonInfrastructurePlaceholde",
"supermodule:xplat/default/public.react_native.infra",
],
platforms = ANDROID,
soname = "libjsijniprofiler.$(ext)",
visibility = [
@@ -5,7 +5,10 @@ rn_android_library(
srcs = glob(["*.java"]),
autoglob = False,
is_androidx = True,
labels = ["supermodule:xplat/default/public.react_native.infra"],
labels = [
"pfh:ReactNative_CommonInfrastructurePlaceholde",
"supermodule:xplat/default/public.react_native.infra",
],
provided_deps = [
react_native_dep("third-party/android/androidx:annotation"),
react_native_dep("third-party/android/androidx:appcompat"),
@@ -7,7 +7,10 @@ rn_android_library(
]),
autoglob = False,
is_androidx = True,
labels = ["supermodule:xplat/default/public.react_native.infra"],
labels = [
"pfh:ReactNative_CommonInfrastructurePlaceholde",
"supermodule:xplat/default/public.react_native.infra",
],
provided_deps = [
react_native_dep("third-party/android/androidx:annotation"),
react_native_dep("third-party/android/androidx:core"),
@@ -22,7 +22,10 @@ rn_android_library(
),
autoglob = False,
is_androidx = True,
labels = ["supermodule:xplat/default/public.react_native.infra"],
labels = [
"pfh:ReactNative_CommonInfrastructurePlaceholde",
"supermodule:xplat/default/public.react_native.infra",
],
proguard_config = "reactnative.pro",
provided_deps = [
react_native_dep("third-party/android/androidx:annotation"),
@@ -68,7 +71,10 @@ rn_android_library(
srcs = glob(INTERFACES),
autoglob = False,
is_androidx = True,
labels = ["supermodule:xplat/default/public.react_native.infra"],
labels = [
"pfh:ReactNative_CommonInfrastructurePlaceholde",
"supermodule:xplat/default/public.react_native.infra",
],
proguard_config = "reactnative.pro",
provided_deps = [
react_native_dep("third-party/android/androidx:annotation"),
@@ -13,7 +13,10 @@ rn_android_library(
),
autoglob = False,
is_androidx = True,
labels = ["supermodule:xplat/default/public.react_native.infra"],
labels = [
"pfh:ReactNative_CommonInfrastructurePlaceholde",
"supermodule:xplat/default/public.react_native.infra",
],
provided_deps = [
react_native_dep("third-party/android/androidx:annotation"),
react_native_dep("third-party/android/androidx:core"),
@@ -7,7 +7,10 @@ rn_android_library(
]),
autoglob = False,
is_androidx = True,
labels = ["supermodule:xplat/default/public.react_native.infra"],
labels = [
"pfh:ReactNative_CommonInfrastructurePlaceholde",
"supermodule:xplat/default/public.react_native.infra",
],
provided_deps = [],
required_for_source_only_abi = True,
visibility = [
@@ -12,7 +12,10 @@ rn_xplat_cxx_library(
prefix = "react/common/mapbuffer",
),
fbandroid_allow_jni_merging = True,
labels = ["supermodule:xplat/default/public.react_native.infra"],
labels = [
"pfh:ReactNative_CommonInfrastructurePlaceholde",
"supermodule:xplat/default/public.react_native.infra",
],
platforms = ANDROID,
preprocessor_flags = [
"-DLOG_TAG=\"ReactNative\"",
@@ -4,7 +4,10 @@ rn_android_library(
name = "network",
srcs = glob(["**/*.java"]),
autoglob = False,
labels = ["supermodule:xplat/default/public.react_native.infra"],
labels = [
"pfh:ReactNative_CommonInfrastructurePlaceholde",
"supermodule:xplat/default/public.react_native.infra",
],
visibility = [
"PUBLIC",
],
@@ -4,7 +4,10 @@ rn_android_library(
name = "config",
srcs = glob(["**/*.java"]),
autoglob = False,
labels = ["supermodule:xplat/default/public.react_native.infra"],
labels = [
"pfh:ReactNative_CommonInfrastructurePlaceholde",
"supermodule:xplat/default/public.react_native.infra",
],
visibility = [
"PUBLIC",
],
@@ -5,7 +5,10 @@ rn_android_library(
srcs = glob(["*.java"]),
autoglob = False,
is_androidx = True,
labels = ["supermodule:xplat/default/public.react_native.infra"],
labels = [
"pfh:ReactNative_CommonInfrastructurePlaceholde",
"supermodule:xplat/default/public.react_native.infra",
],
manifest = "AndroidManifest.xml",
provided_deps = [
react_native_dep("third-party/android/androidx:core"),
@@ -49,7 +52,10 @@ rn_android_library(
srcs = glob(["interfaces/*.java"]),
autoglob = False,
is_androidx = True,
labels = ["supermodule:xplat/default/public.react_native.infra"],
labels = [
"pfh:ReactNative_CommonInfrastructurePlaceholde",
"supermodule:xplat/default/public.react_native.infra",
],
visibility = [
"PUBLIC",
],
@@ -10,7 +10,10 @@ rn_android_library(
]),
autoglob = False,
is_androidx = True,
labels = ["supermodule:xplat/default/public.react_native.infra"],
labels = [
"pfh:ReactNative_CommonInfrastructurePlaceholde",
"supermodule:xplat/default/public.react_native.infra",
],
provided_deps = [
react_native_dep("third-party/android/androidx:annotation"),
react_native_dep("third-party/android/androidx:core"),
@@ -12,7 +12,10 @@ rn_xplat_cxx_library(
prefix = "react/fabric",
),
fbandroid_allow_jni_merging = True,
labels = ["supermodule:xplat/default/public.react_native.infra"],
labels = [
"pfh:ReactNative_CommonInfrastructurePlaceholde",
"supermodule:xplat/default/public.react_native.infra",
],
platforms = ANDROID,
preprocessor_flags = [
"-DLOG_TAG=\"ReactNative\"",
@@ -4,7 +4,10 @@ rn_android_library(
name = "jscexecutor",
srcs = glob(["*.java"]),
autoglob = False,
labels = ["supermodule:xplat/default/public.react_native.infra"],
labels = [
"pfh:ReactNative_CommonInfrastructurePlaceholde",
"supermodule:xplat/default/public.react_native.infra",
],
visibility = [
"PUBLIC",
],
@@ -4,7 +4,10 @@ rn_android_library(
name = "jstasks",
srcs = glob(["*.java"]),
autoglob = False,
labels = ["supermodule:xplat/default/public.react_native.infra"],
labels = [
"pfh:ReactNative_CommonInfrastructurePlaceholde",
"supermodule:xplat/default/public.react_native.infra",
],
visibility = [
"PUBLIC",
],
@@ -4,7 +4,10 @@ rn_android_library(
name = "annotations",
srcs = glob(["**/*.java"]),
autoglob = False,
labels = ["supermodule:xplat/default/public.react_native.infra"],
labels = [
"pfh:ReactNative_CommonInfrastructurePlaceholde",
"supermodule:xplat/default/public.react_native.infra",
],
required_for_source_only_abi = True,
visibility = [
"PUBLIC",
@@ -4,7 +4,10 @@ rn_android_library(
name = "model",
srcs = glob(["**/*.java"]),
autoglob = False,
labels = ["supermodule:xplat/default/public.react_native.infra"],
labels = [
"pfh:ReactNative_CommonInfrastructurePlaceholde",
"supermodule:xplat/default/public.react_native.infra",
],
visibility = [
"PUBLIC",
],
@@ -15,7 +15,10 @@ rn_java_annotation_processor(
rn_java_library(
name = "processing-lib",
srcs = glob(["*.java"]),
labels = ["supermodule:xplat/default/public.react_native.infra"],
labels = [
"pfh:ReactNative_CommonInfrastructurePlaceholde",
"supermodule:xplat/default/public.react_native.infra",
],
source = "8",
target = "8",
deps = [
@@ -5,7 +5,10 @@ rn_android_library(
srcs = glob(["**/*.java"]),
autoglob = False,
is_androidx = True,
labels = ["supermodule:xplat/default/public.react_native.infra"],
labels = [
"pfh:ReactNative_CommonInfrastructurePlaceholde",
"supermodule:xplat/default/public.react_native.infra",
],
visibility = [
"PUBLIC",
],
@@ -5,7 +5,10 @@ rn_android_library(
srcs = glob(["**/*.java"]),
autoglob = False,
is_androidx = True,
labels = ["supermodule:xplat/default/public.react_native.infra"],
labels = [
"pfh:ReactNative_CommonInfrastructurePlaceholde",
"supermodule:xplat/default/public.react_native.infra",
],
visibility = [
"PUBLIC",
],
@@ -4,7 +4,10 @@ rn_android_library(
name = "appregistry",
srcs = glob(["**/*.java"]),
autoglob = False,
labels = ["supermodule:xplat/default/public.react_native.infra"],
labels = [
"pfh:ReactNative_CommonInfrastructurePlaceholde",
"supermodule:xplat/default/public.react_native.infra",
],
visibility = [
"PUBLIC",
],
@@ -4,7 +4,10 @@ rn_android_library(
name = "appstate",
srcs = glob(["**/*.java"]),
autoglob = False,
labels = ["supermodule:xplat/default/public.react_native.infra"],
labels = [
"pfh:ReactNative_CommonInfrastructurePlaceholde",
"supermodule:xplat/default/public.react_native.infra",
],
visibility = [
"PUBLIC",
],
@@ -5,7 +5,10 @@ rn_android_library(
srcs = glob(["**/*.java"]),
autoglob = False,
is_androidx = True,
labels = ["supermodule:xplat/default/public.react_native.infra"],
labels = [
"pfh:ReactNative_CommonInfrastructurePlaceholde",
"supermodule:xplat/default/public.react_native.infra",
],
provided_deps = [
react_native_dep("third-party/android/androidx:annotation"),
react_native_dep("third-party/android/androidx:core"),
@@ -5,7 +5,10 @@ rn_xplat_cxx_library(
srcs = glob(["*.cpp"]),
headers = glob(["*.h"]),
header_namespace = "",
labels = ["supermodule:xplat/default/public.react_native.infra"],
labels = [
"pfh:ReactNative_CommonInfrastructurePlaceholde",
"supermodule:xplat/default/public.react_native.infra",
],
platforms = ANDROID,
soname = "libreactnativeblob.$(ext)",
visibility = ["PUBLIC"],
@@ -5,7 +5,10 @@ rn_android_library(
srcs = glob(["*.java"]),
autoglob = False,
is_androidx = True,
labels = ["supermodule:xplat/default/public.react_native.infra"],
labels = [
"pfh:ReactNative_CommonInfrastructurePlaceholde",
"supermodule:xplat/default/public.react_native.infra",
],
provided_deps = [
react_native_dep("third-party/android/androidx:annotation"),
],
@@ -5,7 +5,10 @@ rn_android_library(
srcs = glob(["**/*.java"]),
autoglob = False,
is_androidx = True,
labels = ["supermodule:xplat/default/public.react_native.infra"],
labels = [
"pfh:ReactNative_CommonInfrastructurePlaceholde",
"supermodule:xplat/default/public.react_native.infra",
],
visibility = [
"PUBLIC",
],
@@ -4,7 +4,10 @@ rn_android_library(
name = "clipboard",
srcs = glob(["**/*.java"]),
autoglob = False,
labels = ["supermodule:xplat/default/public.react_native.infra"],
labels = [
"pfh:ReactNative_CommonInfrastructurePlaceholde",
"supermodule:xplat/default/public.react_native.infra",
],
visibility = [
"PUBLIC",
],
@@ -4,7 +4,10 @@ rn_android_library(
name = "common",
srcs = glob(["**/*.java"]),
autoglob = False,
labels = ["supermodule:xplat/default/public.react_native.infra"],
labels = [
"pfh:ReactNative_CommonInfrastructurePlaceholde",
"supermodule:xplat/default/public.react_native.infra",
],
visibility = [
"PUBLIC",
],
@@ -5,7 +5,10 @@ rn_android_library(
srcs = glob(["**/*.java"]),
autoglob = False,
is_androidx = True,
labels = ["supermodule:xplat/default/public.react_native.infra"],
labels = [
"pfh:ReactNative_CommonInfrastructurePlaceholde",
"supermodule:xplat/default/public.react_native.infra",
],
visibility = [
"PUBLIC",
],
@@ -5,7 +5,10 @@ rn_android_library(
srcs = glob(["*.java"]),
autoglob = False,
is_androidx = True,
labels = ["supermodule:xplat/default/public.react_native.infra"],
labels = [
"pfh:ReactNative_CommonInfrastructurePlaceholde",
"supermodule:xplat/default/public.react_native.infra",
],
visibility = [
"PUBLIC",
],
@@ -32,7 +35,10 @@ rn_android_library(
name = "interfaces",
srcs = glob(["interfaces/*.java"]),
autoglob = False,
labels = ["supermodule:xplat/default/public.react_native.infra"],
labels = [
"pfh:ReactNative_CommonInfrastructurePlaceholde",
"supermodule:xplat/default/public.react_native.infra",
],
visibility = [
"PUBLIC",
],
@@ -5,7 +5,10 @@ rn_android_library(
srcs = glob(["**/*.java"]),
autoglob = False,
is_androidx = True,
labels = ["supermodule:xplat/default/public.react_native.infra"],
labels = [
"pfh:ReactNative_CommonInfrastructurePlaceholde",
"supermodule:xplat/default/public.react_native.infra",
],
visibility = [
"PUBLIC",
],
@@ -5,7 +5,10 @@ rn_android_library(
srcs = glob(["**/*.java"]),
autoglob = False,
is_androidx = True,
labels = ["supermodule:xplat/default/public.react_native.infra"],
labels = [
"pfh:ReactNative_CommonInfrastructurePlaceholde",
"supermodule:xplat/default/public.react_native.infra",
],
provided_deps = [
react_native_dep("third-party/android/androidx:annotation"),
react_native_dep("third-party/android/androidx:core"),
@@ -4,7 +4,10 @@ rn_android_library(
name = "fabric",
srcs = glob(["**/*.java"]),
autoglob = False,
labels = ["supermodule:xplat/default/public.react_native.infra"],
labels = [
"pfh:ReactNative_CommonInfrastructurePlaceholde",
"supermodule:xplat/default/public.react_native.infra",
],
provided_deps = [
],
visibility = [
@@ -5,7 +5,10 @@ rn_android_library(
srcs = glob(["**/*.java"]),
autoglob = False,
is_androidx = True,
labels = ["supermodule:xplat/default/public.react_native.infra"],
labels = [
"pfh:ReactNative_CommonInfrastructurePlaceholde",
"supermodule:xplat/default/public.react_native.infra",
],
provided_deps = [
react_native_dep("third-party/android/androidx:annotation"),
react_native_dep("third-party/android/androidx:core"),
@@ -5,7 +5,10 @@ rn_android_library(
srcs = glob(["*.java"]),
autoglob = False,
is_androidx = True,
labels = ["supermodule:xplat/default/public.react_native.infra"],
labels = [
"pfh:ReactNative_CommonInfrastructurePlaceholde",
"supermodule:xplat/default/public.react_native.infra",
],
provided_deps = [
react_native_dep("third-party/android/androidx:annotation"),
react_native_dep("third-party/android/androidx:core"),
@@ -5,7 +5,10 @@ rn_android_library(
srcs = glob(["*.java"]),
autoglob = False,
is_androidx = True,
labels = ["supermodule:xplat/default/public.react_native.infra"],
labels = [
"pfh:ReactNative_CommonInfrastructurePlaceholde",
"supermodule:xplat/default/public.react_native.infra",
],
visibility = [
"PUBLIC",
],
@@ -5,7 +5,10 @@ rn_android_library(
srcs = glob(["**/*.java"]),
autoglob = False,
is_androidx = True,
labels = ["supermodule:xplat/default/public.react_native.infra"],
labels = [
"pfh:ReactNative_CommonInfrastructurePlaceholde",
"supermodule:xplat/default/public.react_native.infra",
],
visibility = [
"PUBLIC",
],
@@ -5,7 +5,10 @@ rn_android_library(
srcs = glob(["**/*.java"]),
autoglob = False,
is_androidx = True,
labels = ["supermodule:xplat/default/public.react_native.infra"],
labels = [
"pfh:ReactNative_CommonInfrastructurePlaceholde",
"supermodule:xplat/default/public.react_native.infra",
],
provided_deps = [
react_native_dep("third-party/android/androidx:annotation"),
react_native_dep("third-party/android/androidx:core"),
@@ -4,7 +4,10 @@ rn_android_library(
name = "permissions",
srcs = glob(["**/*.java"]),
autoglob = False,
labels = ["supermodule:xplat/default/public.react_native.infra"],
labels = [
"pfh:ReactNative_CommonInfrastructurePlaceholde",
"supermodule:xplat/default/public.react_native.infra",
],
visibility = [
"PUBLIC",
],
@@ -4,7 +4,10 @@ rn_android_library(
name = "share",
srcs = glob(["**/*.java"]),
autoglob = False,
labels = ["supermodule:xplat/default/public.react_native.infra"],
labels = [
"pfh:ReactNative_CommonInfrastructurePlaceholde",
"supermodule:xplat/default/public.react_native.infra",
],
visibility = [
"PUBLIC",
],
@@ -5,7 +5,10 @@ rn_android_library(
srcs = glob(["**/*.java"]),
autoglob = False,
is_androidx = True,
labels = ["supermodule:xplat/default/public.react_native.infra"],
labels = [
"pfh:ReactNative_CommonInfrastructurePlaceholde",
"supermodule:xplat/default/public.react_native.infra",
],
provided_deps = [
],
visibility = [
@@ -5,7 +5,10 @@ rn_android_library(
srcs = glob(["**/*.java"]),
autoglob = False,
is_androidx = True,
labels = ["supermodule:xplat/default/public.react_native.infra"],
labels = [
"pfh:ReactNative_CommonInfrastructurePlaceholde",
"supermodule:xplat/default/public.react_native.infra",
],
provided_deps = [
react_native_dep("third-party/android/androidx:annotation"),
react_native_dep("third-party/android/androidx:core"),
@@ -5,7 +5,10 @@ rn_android_library(
srcs = glob(["**/*.java"]),
autoglob = False,
is_androidx = True,
labels = ["supermodule:xplat/default/public.react_native.infra"],
labels = [
"pfh:ReactNative_CommonInfrastructurePlaceholde",
"supermodule:xplat/default/public.react_native.infra",
],
visibility = [
"PUBLIC",
],
@@ -8,7 +8,10 @@ rn_android_library(
],
autoglob = False,
is_androidx = True,
labels = ["supermodule:xplat/default/public.react_native.infra"],
labels = [
"pfh:ReactNative_CommonInfrastructurePlaceholde",
"supermodule:xplat/default/public.react_native.infra",
],
visibility = [
"PUBLIC",
],
@@ -34,7 +37,10 @@ rn_android_library(
],
autoglob = False,
is_androidx = True,
labels = ["supermodule:xplat/default/public.react_native.infra"],
labels = [
"pfh:ReactNative_CommonInfrastructurePlaceholde",
"supermodule:xplat/default/public.react_native.infra",
],
visibility = [
"PUBLIC",
],
@@ -4,7 +4,10 @@ rn_android_library(
name = "toast",
srcs = glob(["**/*.java"]),
autoglob = False,
labels = ["supermodule:xplat/default/public.react_native.infra"],
labels = [
"pfh:ReactNative_CommonInfrastructurePlaceholde",
"supermodule:xplat/default/public.react_native.infra",
],
visibility = [
"PUBLIC",
],
@@ -4,7 +4,10 @@ rn_android_library(
name = "vibration",
srcs = glob(["**/*.java"]),
autoglob = False,
labels = ["supermodule:xplat/default/public.react_native.infra"],
labels = [
"pfh:ReactNative_CommonInfrastructurePlaceholde",
"supermodule:xplat/default/public.react_native.infra",
],
visibility = [
"PUBLIC",
],
@@ -5,7 +5,10 @@ rn_android_library(
srcs = glob(["**/*.java"]),
autoglob = False,
is_androidx = True,
labels = ["supermodule:xplat/default/public.react_native.infra"],
labels = [
"pfh:ReactNative_CommonInfrastructurePlaceholde",
"supermodule:xplat/default/public.react_native.infra",
],
visibility = [
"PUBLIC",
],
@@ -7,7 +7,10 @@ rn_android_library(
),
autoglob = False,
is_androidx = True,
labels = ["supermodule:xplat/default/public.react_native.infra"],
labels = [
"pfh:ReactNative_CommonInfrastructurePlaceholde",
"supermodule:xplat/default/public.react_native.infra",
],
visibility = [
"PUBLIC",
],
@@ -15,7 +15,10 @@ rn_java_annotation_processor(
rn_java_library(
name = "processing-lib",
srcs = glob(["*.java"]),
labels = ["supermodule:xplat/default/public.react_native.infra"],
labels = [
"pfh:ReactNative_CommonInfrastructurePlaceholde",
"supermodule:xplat/default/public.react_native.infra",
],
source = "7",
target = "7",
deps = [
@@ -9,6 +9,7 @@ rn_android_library(
),
autoglob = False,
labels = [
"pfh:ReactNative_CommonInfrastructurePlaceholde",
"supermodule:xplat/default/public.react_native.infra",
],
required_for_source_only_abi = True,
@@ -13,6 +13,7 @@ rn_xplat_cxx_library(
fbandroid_labels = [
"supermodule:xplat/default/public.react_native.infra",
],
labels = ["pfh:ReactNative_CommonInfrastructurePlaceholde"],
platforms = ANDROID,
preprocessor_flags = [
"-DLOG_TAG=\"ReactNative\"",
@@ -5,7 +5,10 @@ rn_android_library(
srcs = glob(["**/*.java"]),
autoglob = False,
is_androidx = True,
labels = ["supermodule:xplat/default/public.react_native.infra"],
labels = [
"pfh:ReactNative_CommonInfrastructurePlaceholde",
"supermodule:xplat/default/public.react_native.infra",
],
provided_deps = [
react_native_dep("third-party/android/androidx:annotation"),
react_native_dep("third-party/android/androidx:core"),
@@ -5,7 +5,10 @@ rn_android_library(
srcs = glob(["*.java"]),
autoglob = False,
is_androidx = True,
labels = ["supermodule:xplat/default/public.react_native.infra"],
labels = [
"pfh:ReactNative_CommonInfrastructurePlaceholde",
"supermodule:xplat/default/public.react_native.infra",
],
visibility = [
"PUBLIC",
],
@@ -5,7 +5,10 @@ rn_android_library(
srcs = glob(["**/*.java"]),
autoglob = False,
is_androidx = True,
labels = ["supermodule:xplat/default/public.react_native.infra"],
labels = [
"pfh:ReactNative_CommonInfrastructurePlaceholde",
"supermodule:xplat/default/public.react_native.infra",
],
visibility = [
"PUBLIC",
],
@@ -9,7 +9,10 @@ rn_android_library(
exclude = ["CallInvokerHolderImpl.java"],
),
autoglob = False,
labels = ["supermodule:xplat/default/public.react_native.infra"],
labels = [
"pfh:ReactNative_CommonInfrastructurePlaceholde",
"supermodule:xplat/default/public.react_native.infra",
],
required_for_source_only_abi = True,
visibility = [
"PUBLIC",
@@ -41,7 +44,10 @@ rn_android_library(
name = "callinvokerholder",
srcs = ["CallInvokerHolderImpl.java"],
autoglob = False,
labels = ["supermodule:xplat/default/public.react_native.infra"],
labels = [
"pfh:ReactNative_CommonInfrastructurePlaceholde",
"supermodule:xplat/default/public.react_native.infra",
],
required_for_source_only_abi = True,
visibility = [
"PUBLIC",
@@ -7,7 +7,10 @@ rn_android_library(
),
autoglob = False,
is_androidx = True,
labels = ["supermodule:xplat/default/public.react_native.infra"],
labels = [
"pfh:ReactNative_CommonInfrastructurePlaceholde",
"supermodule:xplat/default/public.react_native.infra",
],
required_for_source_only_abi = True,
visibility = [
"PUBLIC",
@@ -12,7 +12,10 @@ rn_xplat_cxx_library(
"ReactCommon/TurboModuleManagerDelegate.h": "ReactCommon/TurboModuleManagerDelegate.h",
},
fbandroid_allow_jni_merging = True,
labels = ["supermodule:xplat/default/public.react_native.infra"],
labels = [
"pfh:ReactNative_CommonInfrastructurePlaceholde",
"supermodule:xplat/default/public.react_native.infra",
],
platforms = ANDROID,
preprocessor_flags = [
"-DLOG_TAG=\"ReactNative\"",
@@ -47,7 +50,10 @@ rn_xplat_cxx_library(
fbandroid_deps = [
FBJNI_TARGET,
],
labels = ["supermodule:xplat/default/public.react_native.infra"],
labels = [
"pfh:ReactNative_CommonInfrastructurePlaceholde",
"supermodule:xplat/default/public.react_native.infra",
],
platforms = ANDROID,
preferred_linkage = "static",
preprocessor_flags = [
@@ -14,7 +14,10 @@ rn_android_library(
srcs = glob(INTERFACES_FILES),
autoglob = False,
is_androidx = True,
labels = ["supermodule:xplat/default/public.react_native.infra"],
labels = [
"pfh:ReactNative_CommonInfrastructurePlaceholde",
"supermodule:xplat/default/public.react_native.infra",
],
provided_deps = [
react_native_dep("third-party/android/androidx:annotation"),
],
@@ -47,7 +50,10 @@ rn_android_library(
react_native_dep("third-party/android/androidx:annotation"),
],
is_androidx = True,
labels = ["supermodule:xplat/default/public.react_native.infra"],
labels = [
"pfh:ReactNative_CommonInfrastructurePlaceholde",
"supermodule:xplat/default/public.react_native.infra",
],
provided_deps = [
react_native_dep("third-party/android/androidx:core"),
react_native_dep("third-party/android/androidx:fragment"),
@@ -95,7 +101,10 @@ rn_android_library(
],
autoglob = False,
is_androidx = True,
labels = ["supermodule:xplat/default/public.react_native.infra"],
labels = [
"pfh:ReactNative_CommonInfrastructurePlaceholde",
"supermodule:xplat/default/public.react_native.infra",
],
provided_deps = [
react_native_dep("third-party/android/androidx:annotation"),
],
@@ -5,7 +5,10 @@ rn_android_library(
srcs = glob(["*.java"]),
autoglob = False,
is_androidx = True,
labels = ["supermodule:xplat/default/public.react_native.infra"],
labels = [
"pfh:ReactNative_CommonInfrastructurePlaceholde",
"supermodule:xplat/default/public.react_native.infra",
],
required_for_source_only_abi = True,
visibility = [
"PUBLIC",
@@ -5,7 +5,10 @@ rn_android_library(
srcs = glob(["*.java"]),
autoglob = False,
is_androidx = True,
labels = ["supermodule:xplat/default/public.react_native.infra"],
labels = [
"pfh:ReactNative_CommonInfrastructurePlaceholde",
"supermodule:xplat/default/public.react_native.infra",
],
provided_deps = [
react_native_dep("third-party/android/androidx:annotation"),
react_native_dep("third-party/android/androidx:core"),
@@ -12,7 +12,10 @@ rn_xplat_cxx_library(
prefix = "react/uimanager/jni",
),
fbandroid_allow_jni_merging = True,
labels = ["supermodule:xplat/default/public.react_native.infra"],
labels = [
"pfh:ReactNative_CommonInfrastructurePlaceholde",
"supermodule:xplat/default/public.react_native.infra",
],
platforms = ANDROID,
preprocessor_flags = [
"-DLOG_TAG=\"ReactNative\"",
@@ -5,7 +5,10 @@ rn_android_library(
srcs = glob(["*.java"]),
autoglob = False,
is_androidx = True,
labels = ["supermodule:xplat/default/public.react_native.infra"],
labels = [
"pfh:ReactNative_CommonInfrastructurePlaceholde",
"supermodule:xplat/default/public.react_native.infra",
],
visibility = [
"PUBLIC",
],
@@ -4,7 +4,10 @@ rn_android_library(
name = "util",
srcs = glob(["**/*.java"]),
autoglob = False,
labels = ["supermodule:xplat/default/public.react_native.infra"],
labels = [
"pfh:ReactNative_CommonInfrastructurePlaceholde",
"supermodule:xplat/default/public.react_native.infra",
],
visibility = [
"PUBLIC",
],
@@ -5,7 +5,10 @@ rn_android_library(
srcs = glob(["*.java"]),
autoglob = False,
is_androidx = True,
labels = ["supermodule:xplat/default/public.react_native.infra"],
labels = [
"pfh:ReactNative_CommonInfrastructurePlaceholde",
"supermodule:xplat/default/public.react_native.infra",
],
provided_deps = [
react_native_dep("third-party/java/jsr-305:jsr-305"),
react_native_dep("third-party/android/androidx:annotation"),
@@ -5,7 +5,10 @@ rn_android_library(
srcs = glob(["**/*.java"]),
autoglob = False,
is_androidx = True,
labels = ["supermodule:xplat/default/public.react_native.infra"],
labels = [
"pfh:ReactNative_CommonInfrastructurePlaceholde",
"supermodule:xplat/default/public.react_native.infra",
],
provided_deps = [
react_native_dep("third-party/android/androidx:annotation"),
react_native_dep("third-party/android/androidx:core"),
@@ -9,7 +9,10 @@ rn_android_library(
srcs = IMAGE_EVENT_FILES,
autoglob = False,
is_androidx = True,
labels = ["supermodule:xplat/default/public.react_native.infra"],
labels = [
"pfh:ReactNative_CommonInfrastructurePlaceholde",
"supermodule:xplat/default/public.react_native.infra",
],
provided_deps = [
react_native_dep("third-party/android/androidx:annotation"),
react_native_dep("third-party/android/androidx:core"),
@@ -34,7 +37,10 @@ rn_android_library(
),
autoglob = False,
is_androidx = True,
labels = ["supermodule:xplat/default/public.react_native.infra"],
labels = [
"pfh:ReactNative_CommonInfrastructurePlaceholde",
"supermodule:xplat/default/public.react_native.infra",
],
provided_deps = [
react_native_dep("third-party/android/androidx:annotation"),
react_native_dep("third-party/android/androidx:core"),
@@ -8,7 +8,10 @@ rn_android_library(
),
autoglob = False,
is_androidx = True,
labels = ["supermodule:xplat/default/public.react_native.infra"],
labels = [
"pfh:ReactNative_CommonInfrastructurePlaceholde",
"supermodule:xplat/default/public.react_native.infra",
],
visibility = [
"PUBLIC",
],
@@ -24,7 +27,10 @@ rn_android_library(
srcs = ["MultiSourceHelper.java"],
autoglob = False,
is_androidx = True,
labels = ["supermodule:xplat/default/public.react_native.infra"],
labels = [
"pfh:ReactNative_CommonInfrastructurePlaceholde",
"supermodule:xplat/default/public.react_native.infra",
],
visibility = [
"PUBLIC",
],
@@ -5,7 +5,10 @@ rn_android_library(
srcs = glob(["*.java"]),
autoglob = False,
is_androidx = True,
labels = ["supermodule:xplat/default/public.react_native.infra"],
labels = [
"pfh:ReactNative_CommonInfrastructurePlaceholde",
"supermodule:xplat/default/public.react_native.infra",
],
provided_deps = [
react_native_dep("third-party/android/androidx:annotation"),
],
@@ -5,7 +5,10 @@ rn_android_library(
srcs = glob(["*.java"]),
autoglob = False,
is_androidx = True,
labels = ["supermodule:xplat/default/public.react_native.infra"],
labels = [
"pfh:ReactNative_CommonInfrastructurePlaceholde",
"supermodule:xplat/default/public.react_native.infra",
],
visibility = [
"PUBLIC",
],
@@ -5,7 +5,10 @@ rn_android_library(
srcs = glob(["*.java"]),
autoglob = False,
is_androidx = True,
labels = ["supermodule:xplat/default/public.react_native.infra"],
labels = [
"pfh:ReactNative_CommonInfrastructurePlaceholde",
"supermodule:xplat/default/public.react_native.infra",
],
provided_deps = [
react_native_dep("third-party/android/androidx:annotation"),
react_native_dep("third-party/android/androidx:core"),
@@ -5,7 +5,10 @@ rn_android_library(
srcs = glob(["*.java"]),
autoglob = False,
is_androidx = True,
labels = ["supermodule:xplat/default/public.react_native.infra"],
labels = [
"pfh:ReactNative_CommonInfrastructurePlaceholde",
"supermodule:xplat/default/public.react_native.infra",
],
visibility = [
"PUBLIC",
],
@@ -5,7 +5,10 @@ rn_android_library(
srcs = glob(["*.java"]),
autoglob = False,
is_androidx = True,
labels = ["supermodule:xplat/default/public.react_native.infra"],
labels = [
"pfh:ReactNative_CommonInfrastructurePlaceholde",
"supermodule:xplat/default/public.react_native.infra",
],
provided_deps = [
react_native_dep("third-party/android/androidx:annotation"),
react_native_dep("third-party/android/androidx:core"),
@@ -5,7 +5,10 @@ rn_android_library(
srcs = glob(["*.java"]),
autoglob = False,
is_androidx = True,
labels = ["supermodule:xplat/default/public.react_native.infra"],
labels = [
"pfh:ReactNative_CommonInfrastructurePlaceholde",
"supermodule:xplat/default/public.react_native.infra",
],
provided_deps = [
react_native_dep("third-party/android/androidx:appcompat"),
react_native_dep("third-party/android/androidx:core"),
@@ -5,7 +5,10 @@ rn_android_library(
srcs = glob(["*.java"]),
autoglob = False,
is_androidx = True,
labels = ["supermodule:xplat/default/public.react_native.infra"],
labels = [
"pfh:ReactNative_CommonInfrastructurePlaceholde",
"supermodule:xplat/default/public.react_native.infra",
],
required_for_source_only_abi = True,
visibility = [
"PUBLIC",
@@ -5,7 +5,10 @@ rn_android_library(
srcs = glob(["*.java"]),
autoglob = False,
is_androidx = True,
labels = ["supermodule:xplat/default/public.react_native.infra"],
labels = [
"pfh:ReactNative_CommonInfrastructurePlaceholde",
"supermodule:xplat/default/public.react_native.infra",
],
visibility = [
"PUBLIC",
],
@@ -5,7 +5,10 @@ rn_android_library(
srcs = glob(["*.java"]),
autoglob = False,
is_androidx = True,
labels = ["supermodule:xplat/default/public.react_native.infra"],
labels = [
"pfh:ReactNative_CommonInfrastructurePlaceholde",
"supermodule:xplat/default/public.react_native.infra",
],
required_for_source_only_abi = True,
visibility = [
"PUBLIC",
@@ -5,7 +5,10 @@ rn_android_library(
srcs = glob(["*.java"]),
autoglob = False,
is_androidx = True,
labels = ["supermodule:xplat/default/public.react_native.infra"],
labels = [
"pfh:ReactNative_CommonInfrastructurePlaceholde",
"supermodule:xplat/default/public.react_native.infra",
],
provided_deps = [
react_native_dep("third-party/android/androidx:annotation"),
react_native_dep("third-party/android/androidx:core"),
@@ -8,7 +8,10 @@ rn_android_library(
]),
autoglob = False,
is_androidx = True,
labels = ["supermodule:xplat/default/public.react_native.infra"],
labels = [
"pfh:ReactNative_CommonInfrastructurePlaceholde",
"supermodule:xplat/default/public.react_native.infra",
],
language = "KOTLIN",
provided_deps = [
react_native_dep("third-party/android/androidx:core"),