mirror of
https://github.com/facebook/react-native.git
synced 2025-11-01 09:14:26 +00:00
label react-native-github targets
Summary: For internal code attribution. Changelog: [Internal] Reviewed By: zlern2k Differential Revision: D21468924 fbshipit-source-id: 59cd2a52e0ae46bedbf54816820a5f40b684da8b
This commit is contained in:
committed by
Facebook GitHub Bot
parent
bf837d6373
commit
164d47f30a
@@ -3,6 +3,7 @@ load("//tools/build_defs/oss:rn_defs.bzl", "react_native_dep", "rn_android_libra
|
||||
rn_android_library(
|
||||
name = "holder",
|
||||
srcs = glob(["*.java"]),
|
||||
labels = ["supermodule:android/default/public.react_native.infra"],
|
||||
visibility = [
|
||||
"PUBLIC",
|
||||
],
|
||||
|
||||
@@ -3,6 +3,7 @@ load("//tools/build_defs/oss:rn_defs.bzl", "react_native_dep", "rn_android_libra
|
||||
rn_android_library(
|
||||
name = "tags",
|
||||
srcs = glob(["*.java"]),
|
||||
labels = ["supermodule:android/default/public.react_native.infra"],
|
||||
visibility = [
|
||||
"PUBLIC",
|
||||
],
|
||||
|
||||
@@ -3,6 +3,7 @@ load("//tools/build_defs/oss:rn_defs.bzl", "ANDROID", "FBJNI_TARGET", "IS_OSS_BU
|
||||
rn_android_library(
|
||||
name = "FBReactNativeSpec",
|
||||
srcs = glob(["*.java"]),
|
||||
labels = ["supermodule:android/default/public.react_native.infra"],
|
||||
visibility = ["PUBLIC"],
|
||||
deps = [
|
||||
react_native_dep("third-party/java/jsr-305:jsr-305"),
|
||||
|
||||
@@ -11,6 +11,7 @@ rn_android_library(
|
||||
rn_android_library(
|
||||
name = "hermes_samplingprofiler",
|
||||
srcs = ["HermesSamplingProfiler.java"],
|
||||
labels = ["supermodule:android/default/public.react_native.infra"],
|
||||
visibility = ["PUBLIC"],
|
||||
deps = [
|
||||
react_native_dep("java/com/facebook/proguard/annotations:annotations"),
|
||||
@@ -29,6 +30,7 @@ rn_xplat_cxx_library(
|
||||
headers = ["HermesSamplingProfiler.h"],
|
||||
header_namespace = "",
|
||||
compiler_flags = ["-fexceptions"],
|
||||
labels = ["supermodule:android/default/public.react_native.infra"],
|
||||
platforms = ANDROID,
|
||||
soname = "libjsijniprofiler.$(ext)",
|
||||
visibility = [
|
||||
|
||||
@@ -6,6 +6,7 @@ rn_android_library(
|
||||
"*.java",
|
||||
]),
|
||||
is_androidx = True,
|
||||
labels = ["supermodule:android/default/public.react_native.infra"],
|
||||
provided_deps = [
|
||||
react_native_dep("third-party/android/androidx:annotation"),
|
||||
react_native_dep("third-party/android/androidx:core"),
|
||||
|
||||
@@ -21,6 +21,7 @@ rn_android_library(
|
||||
exclude = INTERFACES,
|
||||
),
|
||||
is_androidx = True,
|
||||
labels = ["supermodule:android/default/public.react_native.infra"],
|
||||
proguard_config = "reactnative.pro",
|
||||
provided_deps = [
|
||||
react_native_dep("third-party/android/androidx:annotation"),
|
||||
@@ -65,6 +66,7 @@ rn_android_library(
|
||||
name = "interfaces",
|
||||
srcs = glob(INTERFACES),
|
||||
is_androidx = True,
|
||||
labels = ["supermodule:android/default/public.react_native.infra"],
|
||||
proguard_config = "reactnative.pro",
|
||||
provided_deps = [
|
||||
react_native_dep("third-party/android/androidx:annotation"),
|
||||
|
||||
@@ -11,6 +11,7 @@ rn_android_library(
|
||||
exclude = SUB_PROJECTS,
|
||||
),
|
||||
is_androidx = True,
|
||||
labels = ["supermodule:android/default/public.react_native.infra"],
|
||||
provided_deps = [
|
||||
react_native_dep("third-party/android/androidx:annotation"),
|
||||
react_native_dep("third-party/android/androidx:core"),
|
||||
|
||||
@@ -3,6 +3,7 @@ load("//tools/build_defs/oss:rn_defs.bzl", "react_native_dep", "rn_android_libra
|
||||
rn_android_library(
|
||||
name = "network",
|
||||
srcs = glob(["**/*.java"]),
|
||||
labels = ["supermodule:android/default/public.react_native.infra"],
|
||||
visibility = [
|
||||
"PUBLIC",
|
||||
],
|
||||
|
||||
@@ -3,6 +3,7 @@ load("//tools/build_defs/oss:rn_defs.bzl", "rn_android_library")
|
||||
rn_android_library(
|
||||
name = "config",
|
||||
srcs = glob(["**/*.java"]),
|
||||
labels = ["supermodule:android/default/public.react_native.infra"],
|
||||
visibility = [
|
||||
"PUBLIC",
|
||||
],
|
||||
|
||||
@@ -4,6 +4,7 @@ rn_android_library(
|
||||
name = "devsupport",
|
||||
srcs = glob(["*.java"]),
|
||||
is_androidx = True,
|
||||
labels = ["supermodule:android/default/public.react_native.infra"],
|
||||
manifest = "AndroidManifest.xml",
|
||||
provided_deps = [
|
||||
react_native_dep("third-party/android/androidx:core"),
|
||||
@@ -46,6 +47,7 @@ rn_android_library(
|
||||
name = "interfaces",
|
||||
srcs = glob(["interfaces/*.java"]),
|
||||
is_androidx = True,
|
||||
labels = ["supermodule:android/default/public.react_native.infra"],
|
||||
visibility = [
|
||||
"PUBLIC",
|
||||
],
|
||||
|
||||
@@ -9,6 +9,7 @@ rn_android_library(
|
||||
"mounting/**/*.java",
|
||||
]),
|
||||
is_androidx = True,
|
||||
labels = ["supermodule:android/default/public.react_native.infra"],
|
||||
provided_deps = [
|
||||
react_native_dep("third-party/android/androidx:annotation"),
|
||||
react_native_dep("third-party/android/androidx:core"),
|
||||
|
||||
@@ -18,6 +18,7 @@ rn_xplat_cxx_library(
|
||||
"-frtti",
|
||||
],
|
||||
fbandroid_allow_jni_merging = True,
|
||||
labels = ["supermodule:android/default/public.react_native.infra"],
|
||||
platforms = (ANDROID),
|
||||
preprocessor_flags = [
|
||||
"-DLOG_TAG=\"ReactNative\"",
|
||||
|
||||
@@ -3,6 +3,7 @@ load("//tools/build_defs/oss:rn_defs.bzl", "ANDROID", "FBJNI_TARGET", "react_nat
|
||||
rn_android_library(
|
||||
name = "jscexecutor",
|
||||
srcs = glob(["*.java"]),
|
||||
labels = ["supermodule:android/default/public.react_native.infra"],
|
||||
visibility = [
|
||||
"PUBLIC",
|
||||
],
|
||||
|
||||
@@ -3,6 +3,7 @@ load("//tools/build_defs/oss:rn_defs.bzl", "react_native_dep", "react_native_tar
|
||||
rn_android_library(
|
||||
name = "jstasks",
|
||||
srcs = glob(["*.java"]),
|
||||
labels = ["supermodule:android/default/public.react_native.infra"],
|
||||
visibility = [
|
||||
"PUBLIC",
|
||||
],
|
||||
|
||||
@@ -3,6 +3,7 @@ load("//tools/build_defs/oss:rn_defs.bzl", "react_native_dep", "react_native_tar
|
||||
rn_android_library(
|
||||
name = "annotations",
|
||||
srcs = glob(["**/*.java"]),
|
||||
labels = ["supermodule:android/default/public.react_native.infra"],
|
||||
required_for_source_only_abi = True,
|
||||
visibility = [
|
||||
"PUBLIC",
|
||||
|
||||
@@ -3,6 +3,7 @@ load("//tools/build_defs/oss:rn_defs.bzl", "react_native_dep", "rn_android_libra
|
||||
rn_android_library(
|
||||
name = "model",
|
||||
srcs = glob(["**/*.java"]),
|
||||
labels = ["supermodule:android/default/public.react_native.infra"],
|
||||
visibility = [
|
||||
"PUBLIC",
|
||||
],
|
||||
|
||||
@@ -15,6 +15,7 @@ rn_java_annotation_processor(
|
||||
rn_java_library(
|
||||
name = "processing-lib",
|
||||
srcs = glob(["*.java"]),
|
||||
labels = ["supermodule:android/default/public.react_native.infra"],
|
||||
source = "8",
|
||||
target = "8",
|
||||
deps = [
|
||||
|
||||
@@ -4,6 +4,7 @@ rn_android_library(
|
||||
name = "accessibilityinfo",
|
||||
srcs = glob(["**/*.java"]),
|
||||
is_androidx = True,
|
||||
labels = ["supermodule:android/default/public.react_native.infra"],
|
||||
visibility = [
|
||||
"PUBLIC",
|
||||
],
|
||||
|
||||
@@ -4,6 +4,7 @@ rn_android_library(
|
||||
name = "appearance",
|
||||
srcs = glob(["**/*.java"]),
|
||||
is_androidx = True,
|
||||
labels = ["supermodule:android/default/public.react_native.infra"],
|
||||
visibility = [
|
||||
"PUBLIC",
|
||||
],
|
||||
|
||||
@@ -3,6 +3,7 @@ load("//tools/build_defs/oss:rn_defs.bzl", "react_native_target", "rn_android_li
|
||||
rn_android_library(
|
||||
name = "appregistry",
|
||||
srcs = glob(["**/*.java"]),
|
||||
labels = ["supermodule:android/default/public.react_native.infra"],
|
||||
visibility = [
|
||||
"PUBLIC",
|
||||
],
|
||||
|
||||
@@ -3,6 +3,7 @@ load("//tools/build_defs/oss:rn_defs.bzl", "react_native_dep", "react_native_tar
|
||||
rn_android_library(
|
||||
name = "appstate",
|
||||
srcs = glob(["**/*.java"]),
|
||||
labels = ["supermodule:android/default/public.react_native.infra"],
|
||||
visibility = [
|
||||
"PUBLIC",
|
||||
],
|
||||
|
||||
@@ -4,6 +4,7 @@ rn_android_library(
|
||||
name = "blob",
|
||||
srcs = glob(["**/*.java"]),
|
||||
is_androidx = True,
|
||||
labels = ["supermodule:android/default/public.react_native.infra"],
|
||||
provided_deps = [
|
||||
react_native_dep("third-party/android/androidx:annotation"),
|
||||
react_native_dep("third-party/android/androidx:core"),
|
||||
|
||||
@@ -11,6 +11,7 @@ rn_xplat_cxx_library(
|
||||
"-std=c++14",
|
||||
"-Wall",
|
||||
],
|
||||
labels = ["supermodule:android/default/public.react_native.infra"],
|
||||
platforms = ANDROID,
|
||||
soname = "libreactnativeblob.$(ext)",
|
||||
visibility = ["PUBLIC"],
|
||||
|
||||
@@ -4,6 +4,7 @@ rn_android_library(
|
||||
name = "camera",
|
||||
srcs = glob(["**/*.java"]),
|
||||
is_androidx = True,
|
||||
labels = ["supermodule:android/default/public.react_native.infra"],
|
||||
visibility = [
|
||||
"PUBLIC",
|
||||
],
|
||||
|
||||
@@ -3,6 +3,7 @@ load("//tools/build_defs/oss:rn_defs.bzl", "react_native_dep", "react_native_tar
|
||||
rn_android_library(
|
||||
name = "clipboard",
|
||||
srcs = glob(["**/*.java"]),
|
||||
labels = ["supermodule:android/default/public.react_native.infra"],
|
||||
visibility = [
|
||||
"PUBLIC",
|
||||
],
|
||||
|
||||
@@ -3,6 +3,7 @@ load("//tools/build_defs/oss:rn_defs.bzl", "react_native_dep", "react_native_tar
|
||||
rn_android_library(
|
||||
name = "common",
|
||||
srcs = glob(["**/*.java"]),
|
||||
labels = ["supermodule:android/default/public.react_native.infra"],
|
||||
visibility = [
|
||||
"PUBLIC",
|
||||
],
|
||||
|
||||
@@ -4,6 +4,7 @@ rn_android_library(
|
||||
name = "core",
|
||||
srcs = glob(["**/*.java"]),
|
||||
is_androidx = True,
|
||||
labels = ["supermodule:android/default/public.react_native.infra"],
|
||||
visibility = [
|
||||
"PUBLIC",
|
||||
],
|
||||
|
||||
@@ -4,6 +4,7 @@ rn_android_library(
|
||||
name = "datepicker",
|
||||
srcs = glob(["**/*.java"]),
|
||||
is_androidx = True,
|
||||
labels = ["supermodule:android/default/public.react_native.infra"],
|
||||
provided_deps = [
|
||||
react_native_dep("third-party/android/androidx:annotation"),
|
||||
react_native_dep("third-party/android/androidx:core"),
|
||||
|
||||
@@ -4,6 +4,7 @@ rn_android_library(
|
||||
name = "debug",
|
||||
srcs = glob(["*.java"]),
|
||||
is_androidx = True,
|
||||
labels = ["supermodule:android/default/public.react_native.infra"],
|
||||
visibility = [
|
||||
"PUBLIC",
|
||||
],
|
||||
@@ -29,6 +30,7 @@ rn_android_library(
|
||||
rn_android_library(
|
||||
name = "interfaces",
|
||||
srcs = glob(["interfaces/*.java"]),
|
||||
labels = ["supermodule:android/default/public.react_native.infra"],
|
||||
visibility = [
|
||||
"PUBLIC",
|
||||
],
|
||||
|
||||
@@ -4,6 +4,7 @@ rn_android_library(
|
||||
name = "deviceinfo",
|
||||
srcs = glob(["**/*.java"]),
|
||||
is_androidx = True,
|
||||
labels = ["supermodule:android/default/public.react_native.infra"],
|
||||
visibility = [
|
||||
"PUBLIC",
|
||||
],
|
||||
|
||||
@@ -4,6 +4,7 @@ rn_android_library(
|
||||
name = "dialog",
|
||||
srcs = glob(["**/*.java"]),
|
||||
is_androidx = True,
|
||||
labels = ["supermodule:android/default/public.react_native.infra"],
|
||||
provided_deps = [
|
||||
react_native_dep("third-party/android/androidx:annotation"),
|
||||
react_native_dep("third-party/android/androidx:core"),
|
||||
|
||||
@@ -3,6 +3,7 @@ load("//tools/build_defs/oss:rn_defs.bzl", "react_native_target", "rn_android_li
|
||||
rn_android_library(
|
||||
name = "fabric",
|
||||
srcs = glob(["**/*.java"]),
|
||||
labels = ["supermodule:android/default/public.react_native.infra"],
|
||||
provided_deps = [
|
||||
],
|
||||
visibility = [
|
||||
|
||||
@@ -4,6 +4,7 @@ rn_android_library(
|
||||
name = "fresco",
|
||||
srcs = glob(["**/*.java"]),
|
||||
is_androidx = True,
|
||||
labels = ["supermodule:android/default/public.react_native.infra"],
|
||||
provided_deps = [
|
||||
react_native_dep("third-party/android/androidx:annotation"),
|
||||
react_native_dep("third-party/android/androidx:core"),
|
||||
|
||||
@@ -4,6 +4,7 @@ rn_android_library(
|
||||
name = "i18nmanager",
|
||||
srcs = glob(["*.java"]),
|
||||
is_androidx = True,
|
||||
labels = ["supermodule:android/default/public.react_native.infra"],
|
||||
provided_deps = [
|
||||
react_native_dep("third-party/android/androidx:annotation"),
|
||||
react_native_dep("third-party/android/androidx:core"),
|
||||
|
||||
@@ -4,6 +4,7 @@ rn_android_library(
|
||||
name = "image",
|
||||
srcs = glob(["*.java"]),
|
||||
is_androidx = True,
|
||||
labels = ["supermodule:android/default/public.react_native.infra"],
|
||||
visibility = [
|
||||
"PUBLIC",
|
||||
],
|
||||
|
||||
@@ -4,6 +4,7 @@ rn_android_library(
|
||||
name = "intent",
|
||||
srcs = glob(["**/*.java"]),
|
||||
is_androidx = True,
|
||||
labels = ["supermodule:android/default/public.react_native.infra"],
|
||||
visibility = [
|
||||
"PUBLIC",
|
||||
],
|
||||
|
||||
@@ -4,6 +4,7 @@ rn_android_library(
|
||||
name = "network",
|
||||
srcs = glob(["**/*.java"]),
|
||||
is_androidx = True,
|
||||
labels = ["supermodule:android/default/public.react_native.infra"],
|
||||
provided_deps = [
|
||||
react_native_dep("third-party/android/androidx:annotation"),
|
||||
react_native_dep("third-party/android/androidx:core"),
|
||||
|
||||
@@ -3,6 +3,7 @@ load("//tools/build_defs/oss:rn_defs.bzl", "react_native_dep", "react_native_tar
|
||||
rn_android_library(
|
||||
name = "permissions",
|
||||
srcs = glob(["**/*.java"]),
|
||||
labels = ["supermodule:android/default/public.react_native.infra"],
|
||||
visibility = [
|
||||
"PUBLIC",
|
||||
],
|
||||
|
||||
@@ -3,6 +3,7 @@ load("//tools/build_defs/oss:rn_defs.bzl", "react_native_dep", "react_native_tar
|
||||
rn_android_library(
|
||||
name = "share",
|
||||
srcs = glob(["**/*.java"]),
|
||||
labels = ["supermodule:android/default/public.react_native.infra"],
|
||||
visibility = [
|
||||
"PUBLIC",
|
||||
],
|
||||
|
||||
@@ -4,6 +4,7 @@ rn_android_library(
|
||||
name = "sound",
|
||||
srcs = glob(["**/*.java"]),
|
||||
is_androidx = True,
|
||||
labels = ["supermodule:android/default/public.react_native.infra"],
|
||||
provided_deps = [
|
||||
],
|
||||
visibility = [
|
||||
|
||||
@@ -4,6 +4,7 @@ rn_android_library(
|
||||
name = "statusbar",
|
||||
srcs = glob(["**/*.java"]),
|
||||
is_androidx = True,
|
||||
labels = ["supermodule:android/default/public.react_native.infra"],
|
||||
provided_deps = [
|
||||
react_native_dep("third-party/android/androidx:annotation"),
|
||||
react_native_dep("third-party/android/androidx:core"),
|
||||
|
||||
@@ -4,6 +4,7 @@ rn_android_library(
|
||||
name = "storage",
|
||||
srcs = glob(["**/*.java"]),
|
||||
is_androidx = True,
|
||||
labels = ["supermodule:android/default/public.react_native.infra"],
|
||||
visibility = [
|
||||
"PUBLIC",
|
||||
],
|
||||
|
||||
@@ -7,6 +7,7 @@ rn_android_library(
|
||||
"ReactNativeVersion.java",
|
||||
],
|
||||
is_androidx = True,
|
||||
labels = ["supermodule:android/default/public.react_native.infra"],
|
||||
visibility = [
|
||||
"PUBLIC",
|
||||
],
|
||||
@@ -31,6 +32,7 @@ rn_android_library(
|
||||
"AndroidInfoHelpers.java",
|
||||
],
|
||||
is_androidx = True,
|
||||
labels = ["supermodule:android/default/public.react_native.infra"],
|
||||
visibility = [
|
||||
"PUBLIC",
|
||||
],
|
||||
|
||||
@@ -4,6 +4,7 @@ rn_android_library(
|
||||
name = "timepicker",
|
||||
srcs = glob(["**/*.java"]),
|
||||
is_androidx = True,
|
||||
labels = ["supermodule:android/default/public.react_native.infra"],
|
||||
provided_deps = [
|
||||
react_native_dep("third-party/android/androidx:annotation"),
|
||||
react_native_dep("third-party/android/androidx:core"),
|
||||
|
||||
@@ -3,6 +3,7 @@ load("//tools/build_defs/oss:rn_defs.bzl", "react_native_dep", "react_native_tar
|
||||
rn_android_library(
|
||||
name = "toast",
|
||||
srcs = glob(["**/*.java"]),
|
||||
labels = ["supermodule:android/default/public.react_native.infra"],
|
||||
visibility = [
|
||||
"PUBLIC",
|
||||
],
|
||||
|
||||
@@ -3,6 +3,7 @@ load("//tools/build_defs/oss:rn_defs.bzl", "react_native_dep", "react_native_tar
|
||||
rn_android_library(
|
||||
name = "vibration",
|
||||
srcs = glob(["**/*.java"]),
|
||||
labels = ["supermodule:android/default/public.react_native.infra"],
|
||||
visibility = [
|
||||
"PUBLIC",
|
||||
],
|
||||
|
||||
@@ -4,6 +4,7 @@ rn_android_library(
|
||||
name = "websocket",
|
||||
srcs = glob(["**/*.java"]),
|
||||
is_androidx = True,
|
||||
labels = ["supermodule:android/default/public.react_native.infra"],
|
||||
visibility = [
|
||||
"PUBLIC",
|
||||
],
|
||||
|
||||
@@ -6,6 +6,7 @@ rn_android_library(
|
||||
["**/*.java"],
|
||||
),
|
||||
is_androidx = True,
|
||||
labels = ["supermodule:android/default/public.react_native.infra"],
|
||||
visibility = [
|
||||
"PUBLIC",
|
||||
],
|
||||
|
||||
@@ -15,6 +15,7 @@ rn_java_annotation_processor(
|
||||
rn_java_library(
|
||||
name = "processing-lib",
|
||||
srcs = glob(["*.java"]),
|
||||
labels = ["supermodule:android/default/public.react_native.infra"],
|
||||
source = "7",
|
||||
target = "7",
|
||||
deps = [
|
||||
|
||||
@@ -4,6 +4,7 @@ rn_android_library(
|
||||
name = "shell",
|
||||
srcs = glob(["**/*.java"]),
|
||||
is_androidx = True,
|
||||
labels = ["supermodule:android/default/public.react_native.infra"],
|
||||
provided_deps = [
|
||||
react_native_dep("third-party/android/androidx:annotation"),
|
||||
react_native_dep("third-party/android/androidx:core"),
|
||||
|
||||
@@ -4,6 +4,7 @@ rn_android_library(
|
||||
name = "surface",
|
||||
srcs = glob(["*.java"]),
|
||||
is_androidx = True,
|
||||
labels = ["supermodule:android/default/public.react_native.infra"],
|
||||
visibility = [
|
||||
"PUBLIC",
|
||||
],
|
||||
|
||||
@@ -4,6 +4,7 @@ rn_android_library(
|
||||
name = "touch",
|
||||
srcs = glob(["**/*.java"]),
|
||||
is_androidx = True,
|
||||
labels = ["supermodule:android/default/public.react_native.infra"],
|
||||
visibility = [
|
||||
"PUBLIC",
|
||||
],
|
||||
|
||||
@@ -8,6 +8,7 @@ rn_android_library(
|
||||
],
|
||||
exclude = ["CallInvokerHolderImpl.java"],
|
||||
),
|
||||
labels = ["supermodule:android/default/public.react_native.infra"],
|
||||
required_for_source_only_abi = True,
|
||||
visibility = [
|
||||
"PUBLIC",
|
||||
@@ -38,6 +39,7 @@ rn_android_library(
|
||||
rn_android_library(
|
||||
name = "callinvokerholder",
|
||||
srcs = ["CallInvokerHolderImpl.java"],
|
||||
labels = ["supermodule:android/default/public.react_native.infra"],
|
||||
required_for_source_only_abi = True,
|
||||
visibility = [
|
||||
"PUBLIC",
|
||||
|
||||
@@ -6,6 +6,7 @@ rn_android_library(
|
||||
["*.java"],
|
||||
),
|
||||
is_androidx = True,
|
||||
labels = ["supermodule:android/default/public.react_native.infra"],
|
||||
required_for_source_only_abi = True,
|
||||
visibility = [
|
||||
"PUBLIC",
|
||||
|
||||
@@ -17,6 +17,7 @@ rn_xplat_cxx_library(
|
||||
"-std=c++14",
|
||||
"-Wall",
|
||||
],
|
||||
labels = ["supermodule:android/default/public.react_native.infra"],
|
||||
platforms = ANDROID,
|
||||
preprocessor_flags = [
|
||||
"-DLOG_TAG=\"ReactNative\"",
|
||||
@@ -55,6 +56,7 @@ rn_xplat_cxx_library(
|
||||
fbandroid_deps = [
|
||||
FBJNI_TARGET,
|
||||
],
|
||||
labels = ["supermodule:android/default/public.react_native.infra"],
|
||||
platforms = ANDROID,
|
||||
preferred_linkage = "static",
|
||||
preprocessor_flags = [
|
||||
|
||||
@@ -14,6 +14,7 @@ rn_android_library(
|
||||
],
|
||||
),
|
||||
is_androidx = True,
|
||||
labels = ["supermodule:android/default/public.react_native.infra"],
|
||||
provided_deps = [
|
||||
react_native_dep("third-party/android/androidx:annotation"),
|
||||
react_native_dep("third-party/android/androidx:core"),
|
||||
@@ -59,6 +60,7 @@ rn_android_library(
|
||||
"DisplayMetricsHolder.java",
|
||||
],
|
||||
is_androidx = True,
|
||||
labels = ["supermodule:android/default/public.react_native.infra"],
|
||||
provided_deps = [
|
||||
react_native_dep("third-party/android/androidx:annotation"),
|
||||
],
|
||||
|
||||
@@ -4,6 +4,7 @@ rn_android_library(
|
||||
name = "annotations",
|
||||
srcs = glob(["*.java"]),
|
||||
is_androidx = True,
|
||||
labels = ["supermodule:android/default/public.react_native.infra"],
|
||||
required_for_source_only_abi = True,
|
||||
visibility = [
|
||||
"PUBLIC",
|
||||
|
||||
@@ -4,6 +4,7 @@ rn_android_library(
|
||||
name = "common",
|
||||
srcs = glob(["*.java"]),
|
||||
is_androidx = True,
|
||||
labels = ["supermodule:android/default/public.react_native.infra"],
|
||||
provided_deps = [
|
||||
react_native_dep("third-party/android/androidx:annotation"),
|
||||
react_native_dep("third-party/android/androidx:core"),
|
||||
|
||||
@@ -4,6 +4,7 @@ rn_android_library(
|
||||
name = "util",
|
||||
srcs = glob(["*.java"]),
|
||||
is_androidx = True,
|
||||
labels = ["supermodule:android/default/public.react_native.infra"],
|
||||
visibility = [
|
||||
"PUBLIC",
|
||||
],
|
||||
|
||||
@@ -3,6 +3,7 @@ load("//tools/build_defs/oss:rn_defs.bzl", "react_native_dep", "react_native_tar
|
||||
rn_android_library(
|
||||
name = "util",
|
||||
srcs = glob(["**/*.java"]),
|
||||
labels = ["supermodule:android/default/public.react_native.infra"],
|
||||
visibility = [
|
||||
"PUBLIC",
|
||||
],
|
||||
|
||||
@@ -4,6 +4,7 @@ rn_android_library(
|
||||
name = "viewmanagers",
|
||||
srcs = glob(["*.java"]),
|
||||
is_androidx = True,
|
||||
labels = ["supermodule:android/default/public.react_native.infra"],
|
||||
provided_deps = [
|
||||
react_native_dep("third-party/android/androidx:annotation"),
|
||||
],
|
||||
|
||||
@@ -4,6 +4,7 @@ rn_android_library(
|
||||
name = "common",
|
||||
srcs = glob(["*.java"]),
|
||||
is_androidx = True,
|
||||
labels = ["supermodule:android/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"),
|
||||
|
||||
@@ -4,6 +4,7 @@ rn_android_library(
|
||||
name = "drawer",
|
||||
srcs = glob(["**/*.java"]),
|
||||
is_androidx = True,
|
||||
labels = ["supermodule:android/default/public.react_native.infra"],
|
||||
provided_deps = [
|
||||
react_native_dep("third-party/android/androidx:annotation"),
|
||||
react_native_dep("third-party/android/androidx:core"),
|
||||
|
||||
@@ -8,6 +8,7 @@ rn_android_library(
|
||||
name = "imageevents",
|
||||
srcs = IMAGE_EVENT_FILES,
|
||||
is_androidx = True,
|
||||
labels = ["supermodule:android/default/public.react_native.infra"],
|
||||
provided_deps = [
|
||||
react_native_dep("third-party/android/androidx:annotation"),
|
||||
react_native_dep("third-party/android/androidx:core"),
|
||||
@@ -31,6 +32,7 @@ rn_android_library(
|
||||
exclude = IMAGE_EVENT_FILES,
|
||||
),
|
||||
is_androidx = True,
|
||||
labels = ["supermodule:android/default/public.react_native.infra"],
|
||||
provided_deps = [
|
||||
react_native_dep("third-party/android/androidx:annotation"),
|
||||
react_native_dep("third-party/android/androidx:core"),
|
||||
|
||||
@@ -7,6 +7,7 @@ rn_android_library(
|
||||
exclude = ["MultiSourceHelper.java"],
|
||||
),
|
||||
is_androidx = True,
|
||||
labels = ["supermodule:android/default/public.react_native.infra"],
|
||||
visibility = [
|
||||
"PUBLIC",
|
||||
],
|
||||
@@ -21,6 +22,7 @@ rn_android_library(
|
||||
name = "withmultisource",
|
||||
srcs = ["MultiSourceHelper.java"],
|
||||
is_androidx = True,
|
||||
labels = ["supermodule:android/default/public.react_native.infra"],
|
||||
visibility = [
|
||||
"PUBLIC",
|
||||
],
|
||||
|
||||
@@ -4,6 +4,7 @@ rn_android_library(
|
||||
name = "modal",
|
||||
srcs = glob(["*.java"]),
|
||||
is_androidx = True,
|
||||
labels = ["supermodule:android/default/public.react_native.infra"],
|
||||
provided_deps = [
|
||||
react_native_dep("third-party/android/androidx:annotation"),
|
||||
],
|
||||
|
||||
@@ -4,6 +4,7 @@ rn_android_library(
|
||||
name = "picker",
|
||||
srcs = glob(["**/*.java"]),
|
||||
is_androidx = True,
|
||||
labels = ["supermodule:android/default/public.react_native.infra"],
|
||||
provided_deps = [
|
||||
react_native_dep("third-party/android/androidx:annotation"),
|
||||
react_native_dep("third-party/android/androidx:appcompat"),
|
||||
|
||||
@@ -4,6 +4,7 @@ rn_android_library(
|
||||
name = "progressbar",
|
||||
srcs = glob(["*.java"]),
|
||||
is_androidx = True,
|
||||
labels = ["supermodule:android/default/public.react_native.infra"],
|
||||
visibility = [
|
||||
"PUBLIC",
|
||||
],
|
||||
|
||||
@@ -4,6 +4,7 @@ rn_android_library(
|
||||
name = "scroll",
|
||||
srcs = glob(["*.java"]),
|
||||
is_androidx = True,
|
||||
labels = ["supermodule:android/default/public.react_native.infra"],
|
||||
provided_deps = [
|
||||
react_native_dep("third-party/android/androidx:annotation"),
|
||||
react_native_dep("third-party/android/androidx:core"),
|
||||
|
||||
@@ -4,6 +4,7 @@ rn_android_library(
|
||||
name = "slider",
|
||||
srcs = glob(["*.java"]),
|
||||
is_androidx = True,
|
||||
labels = ["supermodule:android/default/public.react_native.infra"],
|
||||
visibility = [
|
||||
"PUBLIC",
|
||||
],
|
||||
|
||||
@@ -4,6 +4,7 @@ rn_android_library(
|
||||
name = "swiperefresh",
|
||||
srcs = glob(["*.java"]),
|
||||
is_androidx = True,
|
||||
labels = ["supermodule:android/default/public.react_native.infra"],
|
||||
provided_deps = [
|
||||
react_native_dep("third-party/android/androidx:annotation"),
|
||||
react_native_dep("third-party/android/androidx:core"),
|
||||
|
||||
@@ -4,6 +4,7 @@ rn_android_library(
|
||||
name = "switchview",
|
||||
srcs = glob(["*.java"]),
|
||||
is_androidx = True,
|
||||
labels = ["supermodule:android/default/public.react_native.infra"],
|
||||
provided_deps = [
|
||||
react_native_dep("third-party/android/androidx:appcompat"),
|
||||
react_native_dep("third-party/android/androidx:core"),
|
||||
|
||||
@@ -4,6 +4,7 @@ rn_android_library(
|
||||
name = "text",
|
||||
srcs = glob(["*.java"]),
|
||||
is_androidx = True,
|
||||
labels = ["supermodule:android/default/public.react_native.infra"],
|
||||
required_for_source_only_abi = True,
|
||||
visibility = [
|
||||
"PUBLIC",
|
||||
|
||||
@@ -4,6 +4,7 @@ rn_android_library(
|
||||
name = "frescosupport",
|
||||
srcs = glob(["*.java"]),
|
||||
is_androidx = True,
|
||||
labels = ["supermodule:android/default/public.react_native.infra"],
|
||||
visibility = [
|
||||
"PUBLIC",
|
||||
],
|
||||
|
||||
@@ -4,6 +4,7 @@ rn_android_library(
|
||||
name = "textinput",
|
||||
srcs = glob(["*.java"]),
|
||||
is_androidx = True,
|
||||
labels = ["supermodule:android/default/public.react_native.infra"],
|
||||
required_for_source_only_abi = True,
|
||||
visibility = [
|
||||
"PUBLIC",
|
||||
|
||||
@@ -4,6 +4,7 @@ rn_android_library(
|
||||
name = "unimplementedview",
|
||||
srcs = glob(["*.java"]),
|
||||
is_androidx = True,
|
||||
labels = ["supermodule:android/default/public.react_native.infra"],
|
||||
provided_deps = [
|
||||
react_native_dep("third-party/android/androidx:annotation"),
|
||||
react_native_dep("third-party/android/androidx:core"),
|
||||
|
||||
@@ -4,6 +4,7 @@ rn_android_library(
|
||||
name = "view",
|
||||
srcs = glob(["*.java"]),
|
||||
is_androidx = True,
|
||||
labels = ["supermodule:android/default/public.react_native.infra"],
|
||||
provided_deps = [
|
||||
react_native_dep("third-party/android/androidx:core"),
|
||||
react_native_dep("third-party/android/androidx:fragment"),
|
||||
|
||||
@@ -4,6 +4,7 @@ rn_android_library(
|
||||
name = "viewpager",
|
||||
srcs = glob(["**/*.java"]),
|
||||
is_androidx = True,
|
||||
labels = ["supermodule:android/default/public.react_native.infra"],
|
||||
provided_deps = [
|
||||
react_native_dep("third-party/android/androidx:annotation"),
|
||||
react_native_dep("third-party/android/androidx:core"),
|
||||
|
||||
Reference in New Issue
Block a user