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/views/drawer/BUCK -> xplat/js/react-native-github/ReactCommon/callinvoker/BUCK
Reviewed By: jkeljo Differential Revision: D35178416 fbshipit-source-id: 17e4228f6792048edd2e927ed7a3447a977a1183
This commit is contained in:
committed by
Facebook GitHub Bot
parent
d2e8e7d58e
commit
8eddec9ff4
@@ -1,9 +1,11 @@
|
||||
load("@fbsource//xplat/pfh/ReactNative/CommonInfrastructurePlaceholde:DEFS.bzl", "ReactNative_CommonInfrastructurePlaceholde")
|
||||
load("//tools/build_defs/oss:rn_defs.bzl", "YOGA_TARGET", "react_native_dep", "react_native_root_target", "react_native_target", "rn_android_library")
|
||||
|
||||
rn_android_library(
|
||||
name = "drawer",
|
||||
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", "YOGA_TARGET", "react_native_dep", "react_native_target", "rn_android_library")
|
||||
|
||||
IMAGE_EVENT_FILES = [
|
||||
@@ -8,6 +9,7 @@ rn_android_library(
|
||||
name = "imageevents",
|
||||
srcs = IMAGE_EVENT_FILES,
|
||||
autoglob = False,
|
||||
feature = ReactNative_CommonInfrastructurePlaceholde,
|
||||
is_androidx = True,
|
||||
labels = ["supermodule:xplat/default/public.react_native.infra"],
|
||||
provided_deps = [
|
||||
@@ -33,6 +35,7 @@ rn_android_library(
|
||||
exclude = IMAGE_EVENT_FILES,
|
||||
),
|
||||
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", "react_native_dep", "rn_android_library")
|
||||
|
||||
rn_android_library(
|
||||
@@ -7,6 +8,7 @@ rn_android_library(
|
||||
exclude = ["MultiSourceHelper.java"],
|
||||
),
|
||||
autoglob = False,
|
||||
feature = ReactNative_CommonInfrastructurePlaceholde,
|
||||
is_androidx = True,
|
||||
labels = ["supermodule:xplat/default/public.react_native.infra"],
|
||||
visibility = [
|
||||
@@ -23,6 +25,7 @@ rn_android_library(
|
||||
name = "withmultisource",
|
||||
srcs = ["MultiSourceHelper.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", "YOGA_TARGET", "react_native_dep", "react_native_root_target", "react_native_target", "rn_android_library")
|
||||
|
||||
rn_android_library(
|
||||
name = "modal",
|
||||
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", "YOGA_TARGET", "react_native_dep", "react_native_root_target", "react_native_target", "rn_android_library")
|
||||
|
||||
rn_android_library(
|
||||
name = "progressbar",
|
||||
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", "YOGA_TARGET", "react_native_dep", "react_native_target", "rn_android_library")
|
||||
|
||||
rn_android_library(
|
||||
name = "scroll",
|
||||
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", "YOGA_TARGET", "react_native_dep", "react_native_root_target", "react_native_target", "rn_android_library")
|
||||
|
||||
rn_android_library(
|
||||
name = "slider",
|
||||
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 = "swiperefresh",
|
||||
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", "YOGA_TARGET", "react_native_dep", "react_native_root_target", "react_native_target", "rn_android_library")
|
||||
|
||||
rn_android_library(
|
||||
name = "switchview",
|
||||
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", "YOGA_TARGET", "react_native_dep", "react_native_target", "rn_android_library")
|
||||
|
||||
rn_android_library(
|
||||
name = "text",
|
||||
srcs = glob(["*.java"]),
|
||||
autoglob = False,
|
||||
feature = ReactNative_CommonInfrastructurePlaceholde,
|
||||
is_androidx = True,
|
||||
labels = ["supermodule:xplat/default/public.react_native.infra"],
|
||||
required_for_source_only_abi = True,
|
||||
|
||||
@@ -1,9 +1,11 @@
|
||||
load("@fbsource//xplat/pfh/ReactNative/CommonInfrastructurePlaceholde:DEFS.bzl", "ReactNative_CommonInfrastructurePlaceholde")
|
||||
load("//tools/build_defs/oss:rn_defs.bzl", "YOGA_TARGET", "react_native_dep", "react_native_target", "rn_android_library")
|
||||
|
||||
rn_android_library(
|
||||
name = "frescosupport",
|
||||
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", "YOGA_TARGET", "react_native_dep", "react_native_target", "rn_android_library")
|
||||
|
||||
rn_android_library(
|
||||
name = "textinput",
|
||||
srcs = glob(["*.java"]),
|
||||
autoglob = False,
|
||||
feature = ReactNative_CommonInfrastructurePlaceholde,
|
||||
is_androidx = True,
|
||||
labels = ["supermodule:xplat/default/public.react_native.infra"],
|
||||
required_for_source_only_abi = True,
|
||||
|
||||
@@ -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 = "unimplementedview",
|
||||
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", "YOGA_TARGET", "react_native_dep", "react_native_target", "rn_android_library")
|
||||
|
||||
rn_android_library(
|
||||
@@ -7,6 +8,7 @@ rn_android_library(
|
||||
"*.kt",
|
||||
]),
|
||||
autoglob = False,
|
||||
feature = ReactNative_CommonInfrastructurePlaceholde,
|
||||
is_androidx = True,
|
||||
labels = ["supermodule:xplat/default/public.react_native.infra"],
|
||||
language = "KOTLIN",
|
||||
|
||||
Reference in New Issue
Block a user