mirror of
https://github.com/facebook/react-native.git
synced 2025-11-01 09:14:26 +00:00
Annotate targets with feature xplat/js/react-native-github/ReactAndroid/src/main/java/com/facebook/react/jscexecutor/BUCK -> xplat/js/react-native...
Summary: ...-github/ReactAndroid/src/main/java/com/facebook/react/modules/debug/BUCK Reviewed By: jkeljo Differential Revision: D35178548 fbshipit-source-id: 1c41a7c6df872a7520bc7c1b8ee60fb93aa4abac
This commit is contained in:
committed by
Facebook GitHub Bot
parent
590ffad018
commit
013232abef
@@ -1,9 +1,11 @@
|
||||
load("@fbsource//xplat/pfh/ReactNative/CommonInfrastructurePlaceholde:DEFS.bzl", "ReactNative_CommonInfrastructurePlaceholde")
|
||||
load("//tools/build_defs/oss:rn_defs.bzl", "ANDROID", "FBJNI_TARGET", "react_native_dep", "react_native_target", "react_native_xplat_target", "rn_android_library", "rn_xplat_cxx_library")
|
||||
|
||||
rn_android_library(
|
||||
name = "jscexecutor",
|
||||
srcs = glob(["*.java"]),
|
||||
autoglob = False,
|
||||
feature = ReactNative_CommonInfrastructurePlaceholde,
|
||||
labels = ["supermodule:xplat/default/public.react_native.infra"],
|
||||
visibility = [
|
||||
"PUBLIC",
|
||||
|
||||
@@ -1,9 +1,11 @@
|
||||
load("@fbsource//xplat/pfh/ReactNative/CommonInfrastructurePlaceholde:DEFS.bzl", "ReactNative_CommonInfrastructurePlaceholde")
|
||||
load("//tools/build_defs/oss:rn_defs.bzl", "react_native_dep", "react_native_target", "rn_android_library")
|
||||
|
||||
rn_android_library(
|
||||
name = "jstasks",
|
||||
srcs = glob(["*.java"]),
|
||||
autoglob = False,
|
||||
feature = ReactNative_CommonInfrastructurePlaceholde,
|
||||
labels = ["supermodule:xplat/default/public.react_native.infra"],
|
||||
visibility = [
|
||||
"PUBLIC",
|
||||
|
||||
@@ -1,9 +1,11 @@
|
||||
load("@fbsource//xplat/pfh/ReactNative/CommonInfrastructurePlaceholde:DEFS.bzl", "ReactNative_CommonInfrastructurePlaceholde")
|
||||
load("//tools/build_defs/oss:rn_defs.bzl", "react_native_dep", "react_native_target", "rn_android_library")
|
||||
|
||||
rn_android_library(
|
||||
name = "annotations",
|
||||
srcs = glob(["**/*.java"]),
|
||||
autoglob = False,
|
||||
feature = ReactNative_CommonInfrastructurePlaceholde,
|
||||
labels = ["supermodule:xplat/default/public.react_native.infra"],
|
||||
required_for_source_only_abi = True,
|
||||
visibility = [
|
||||
|
||||
@@ -1,9 +1,11 @@
|
||||
load("@fbsource//xplat/pfh/ReactNative/CommonInfrastructurePlaceholde:DEFS.bzl", "ReactNative_CommonInfrastructurePlaceholde")
|
||||
load("//tools/build_defs/oss:rn_defs.bzl", "react_native_dep", "rn_android_library")
|
||||
|
||||
rn_android_library(
|
||||
name = "model",
|
||||
srcs = glob(["**/*.java"]),
|
||||
autoglob = False,
|
||||
feature = ReactNative_CommonInfrastructurePlaceholde,
|
||||
labels = ["supermodule:xplat/default/public.react_native.infra"],
|
||||
visibility = [
|
||||
"PUBLIC",
|
||||
|
||||
@@ -1,3 +1,4 @@
|
||||
load("@fbsource//xplat/pfh/ReactNative/CommonInfrastructurePlaceholde:DEFS.bzl", "ReactNative_CommonInfrastructurePlaceholde")
|
||||
load("//tools/build_defs/oss:rn_defs.bzl", "react_native_dep", "react_native_target", "rn_java_annotation_processor", "rn_java_library")
|
||||
|
||||
rn_java_annotation_processor(
|
||||
@@ -15,6 +16,7 @@ rn_java_annotation_processor(
|
||||
rn_java_library(
|
||||
name = "processing-lib",
|
||||
srcs = glob(["*.java"]),
|
||||
feature = ReactNative_CommonInfrastructurePlaceholde,
|
||||
labels = ["supermodule:xplat/default/public.react_native.infra"],
|
||||
source = "8",
|
||||
target = "8",
|
||||
|
||||
@@ -1,9 +1,11 @@
|
||||
load("@fbsource//xplat/pfh/ReactNative/CommonInfrastructurePlaceholde:DEFS.bzl", "ReactNative_CommonInfrastructurePlaceholde")
|
||||
load("//tools/build_defs/oss:rn_defs.bzl", "react_native_dep", "react_native_root_target", "react_native_target", "rn_android_library")
|
||||
|
||||
rn_android_library(
|
||||
name = "accessibilityinfo",
|
||||
srcs = glob(["**/*.java"]),
|
||||
autoglob = False,
|
||||
feature = ReactNative_CommonInfrastructurePlaceholde,
|
||||
is_androidx = True,
|
||||
labels = ["supermodule:xplat/default/public.react_native.infra"],
|
||||
visibility = [
|
||||
|
||||
@@ -1,9 +1,11 @@
|
||||
load("@fbsource//xplat/pfh/ReactNative/CommonInfrastructurePlaceholde:DEFS.bzl", "ReactNative_CommonInfrastructurePlaceholde")
|
||||
load("//tools/build_defs/oss:rn_defs.bzl", "react_native_dep", "react_native_root_target", "react_native_target", "rn_android_library")
|
||||
|
||||
rn_android_library(
|
||||
name = "appearance",
|
||||
srcs = glob(["**/*.java"]),
|
||||
autoglob = False,
|
||||
feature = ReactNative_CommonInfrastructurePlaceholde,
|
||||
is_androidx = True,
|
||||
labels = ["supermodule:xplat/default/public.react_native.infra"],
|
||||
visibility = [
|
||||
|
||||
@@ -1,9 +1,11 @@
|
||||
load("@fbsource//xplat/pfh/ReactNative/CommonInfrastructurePlaceholde:DEFS.bzl", "ReactNative_CommonInfrastructurePlaceholde")
|
||||
load("//tools/build_defs/oss:rn_defs.bzl", "react_native_target", "rn_android_library")
|
||||
|
||||
rn_android_library(
|
||||
name = "appregistry",
|
||||
srcs = glob(["**/*.java"]),
|
||||
autoglob = False,
|
||||
feature = ReactNative_CommonInfrastructurePlaceholde,
|
||||
labels = ["supermodule:xplat/default/public.react_native.infra"],
|
||||
visibility = [
|
||||
"PUBLIC",
|
||||
|
||||
@@ -1,9 +1,11 @@
|
||||
load("@fbsource//xplat/pfh/ReactNative/CommonInfrastructurePlaceholde:DEFS.bzl", "ReactNative_CommonInfrastructurePlaceholde")
|
||||
load("//tools/build_defs/oss:rn_defs.bzl", "react_native_dep", "react_native_root_target", "react_native_target", "rn_android_library")
|
||||
|
||||
rn_android_library(
|
||||
name = "appstate",
|
||||
srcs = glob(["**/*.java"]),
|
||||
autoglob = False,
|
||||
feature = ReactNative_CommonInfrastructurePlaceholde,
|
||||
labels = ["supermodule:xplat/default/public.react_native.infra"],
|
||||
visibility = [
|
||||
"PUBLIC",
|
||||
|
||||
@@ -1,9 +1,11 @@
|
||||
load("@fbsource//xplat/pfh/ReactNative/CommonInfrastructurePlaceholde:DEFS.bzl", "ReactNative_CommonInfrastructurePlaceholde")
|
||||
load("//tools/build_defs/oss:rn_defs.bzl", "react_native_dep", "react_native_root_target", "react_native_target", "rn_android_library")
|
||||
|
||||
rn_android_library(
|
||||
name = "blob",
|
||||
srcs = glob(["**/*.java"]),
|
||||
autoglob = False,
|
||||
feature = ReactNative_CommonInfrastructurePlaceholde,
|
||||
is_androidx = True,
|
||||
labels = ["supermodule:xplat/default/public.react_native.infra"],
|
||||
provided_deps = [
|
||||
|
||||
@@ -1,3 +1,4 @@
|
||||
load("@fbsource//xplat/pfh/ReactNative/CommonInfrastructurePlaceholde:DEFS.bzl", "ReactNative_CommonInfrastructurePlaceholde")
|
||||
load("//tools/build_defs/oss:rn_defs.bzl", "ANDROID", "FBJNI_TARGET", "react_native_target", "react_native_xplat_dep", "rn_xplat_cxx_library")
|
||||
|
||||
rn_xplat_cxx_library(
|
||||
@@ -5,6 +6,7 @@ rn_xplat_cxx_library(
|
||||
srcs = glob(["*.cpp"]),
|
||||
headers = glob(["*.h"]),
|
||||
header_namespace = "",
|
||||
feature = ReactNative_CommonInfrastructurePlaceholde,
|
||||
labels = ["supermodule:xplat/default/public.react_native.infra"],
|
||||
platforms = ANDROID,
|
||||
soname = "libreactnativeblob.$(ext)",
|
||||
|
||||
@@ -1,9 +1,11 @@
|
||||
load("@fbsource//xplat/pfh/ReactNative/CommonInfrastructurePlaceholde:DEFS.bzl", "ReactNative_CommonInfrastructurePlaceholde")
|
||||
load("//tools/build_defs/oss:rn_defs.bzl", "react_native_dep", "react_native_root_target", "react_native_target", "rn_android_library")
|
||||
|
||||
rn_android_library(
|
||||
name = "bundleloader",
|
||||
srcs = glob(["*.java"]),
|
||||
autoglob = False,
|
||||
feature = ReactNative_CommonInfrastructurePlaceholde,
|
||||
is_androidx = True,
|
||||
labels = ["supermodule:xplat/default/public.react_native.infra"],
|
||||
provided_deps = [
|
||||
|
||||
@@ -1,9 +1,11 @@
|
||||
load("@fbsource//xplat/pfh/ReactNative/CommonInfrastructurePlaceholde:DEFS.bzl", "ReactNative_CommonInfrastructurePlaceholde")
|
||||
load("//tools/build_defs/oss:rn_defs.bzl", "react_native_dep", "react_native_root_target", "react_native_target", "rn_android_library")
|
||||
|
||||
rn_android_library(
|
||||
name = "camera",
|
||||
srcs = glob(["**/*.java"]),
|
||||
autoglob = False,
|
||||
feature = ReactNative_CommonInfrastructurePlaceholde,
|
||||
is_androidx = True,
|
||||
labels = ["supermodule:xplat/default/public.react_native.infra"],
|
||||
visibility = [
|
||||
|
||||
@@ -1,9 +1,11 @@
|
||||
load("@fbsource//xplat/pfh/ReactNative/CommonInfrastructurePlaceholde:DEFS.bzl", "ReactNative_CommonInfrastructurePlaceholde")
|
||||
load("//tools/build_defs/oss:rn_defs.bzl", "react_native_dep", "react_native_root_target", "react_native_target", "rn_android_library")
|
||||
|
||||
rn_android_library(
|
||||
name = "clipboard",
|
||||
srcs = glob(["**/*.java"]),
|
||||
autoglob = False,
|
||||
feature = ReactNative_CommonInfrastructurePlaceholde,
|
||||
labels = ["supermodule:xplat/default/public.react_native.infra"],
|
||||
visibility = [
|
||||
"PUBLIC",
|
||||
|
||||
@@ -1,9 +1,11 @@
|
||||
load("@fbsource//xplat/pfh/ReactNative/CommonInfrastructurePlaceholde:DEFS.bzl", "ReactNative_CommonInfrastructurePlaceholde")
|
||||
load("//tools/build_defs/oss:rn_defs.bzl", "react_native_dep", "react_native_target", "rn_android_library")
|
||||
|
||||
rn_android_library(
|
||||
name = "common",
|
||||
srcs = glob(["**/*.java"]),
|
||||
autoglob = False,
|
||||
feature = ReactNative_CommonInfrastructurePlaceholde,
|
||||
labels = ["supermodule:xplat/default/public.react_native.infra"],
|
||||
visibility = [
|
||||
"PUBLIC",
|
||||
|
||||
@@ -1,9 +1,11 @@
|
||||
load("@fbsource//xplat/pfh/ReactNative/CommonInfrastructurePlaceholde:DEFS.bzl", "ReactNative_CommonInfrastructurePlaceholde")
|
||||
load("//tools/build_defs/oss:rn_defs.bzl", "react_native_dep", "react_native_root_target", "react_native_target", "rn_android_library")
|
||||
|
||||
rn_android_library(
|
||||
name = "core",
|
||||
srcs = glob(["**/*.java"]),
|
||||
autoglob = False,
|
||||
feature = ReactNative_CommonInfrastructurePlaceholde,
|
||||
is_androidx = True,
|
||||
labels = ["supermodule:xplat/default/public.react_native.infra"],
|
||||
visibility = [
|
||||
|
||||
@@ -1,9 +1,11 @@
|
||||
load("@fbsource//xplat/pfh/ReactNative/CommonInfrastructurePlaceholde:DEFS.bzl", "ReactNative_CommonInfrastructurePlaceholde")
|
||||
load("//tools/build_defs/oss:rn_defs.bzl", "react_native_dep", "react_native_root_target", "react_native_target", "rn_android_library")
|
||||
|
||||
rn_android_library(
|
||||
name = "debug",
|
||||
srcs = glob(["*.java"]),
|
||||
autoglob = False,
|
||||
feature = ReactNative_CommonInfrastructurePlaceholde,
|
||||
is_androidx = True,
|
||||
labels = ["supermodule:xplat/default/public.react_native.infra"],
|
||||
visibility = [
|
||||
@@ -32,6 +34,7 @@ rn_android_library(
|
||||
name = "interfaces",
|
||||
srcs = glob(["interfaces/*.java"]),
|
||||
autoglob = False,
|
||||
feature = ReactNative_CommonInfrastructurePlaceholde,
|
||||
labels = ["supermodule:xplat/default/public.react_native.infra"],
|
||||
visibility = [
|
||||
"PUBLIC",
|
||||
|
||||
Reference in New Issue
Block a user