Backout feature args

Reviewed By: jkeljo

Differential Revision: D35203884

fbshipit-source-id: 87d50b138aaa3dd16a24b5ff2795910c3644d418
This commit is contained in:
Chris Olszewski
2022-03-30 06:53:44 -07:00
committed by Facebook GitHub Bot
parent 6031e4ab62
commit 75edd288cb
83 changed files with 0 additions and 176 deletions
@@ -1,11 +1,9 @@
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 = "holder",
srcs = glob(["*.java"]),
autoglob = False,
feature = ReactNative_CommonInfrastructurePlaceholde,
labels = ["supermodule:xplat/default/public.react_native.infra"],
visibility = [
"PUBLIC",
@@ -1,11 +1,9 @@
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 = "tags",
srcs = glob(["*.java"]),
autoglob = False,
feature = ReactNative_CommonInfrastructurePlaceholde,
labels = ["supermodule:xplat/default/public.react_native.infra"],
visibility = [
"PUBLIC",
@@ -1,4 +1,3 @@
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_dep", "rn_android_library", "rn_xplat_cxx_library")
rn_android_library(
@@ -14,7 +13,6 @@ rn_android_library(
name = "hermes_samplingprofiler",
srcs = ["HermesSamplingProfiler.java"],
autoglob = False,
feature = ReactNative_CommonInfrastructurePlaceholde,
labels = ["supermodule:xplat/default/public.react_native.infra"],
visibility = ["PUBLIC"],
deps = [
@@ -36,7 +34,6 @@ 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,
feature = ReactNative_CommonInfrastructurePlaceholde,
labels = ["supermodule:xplat/default/public.react_native.infra"],
platforms = ANDROID,
soname = "libjsijniprofiler.$(ext)",
@@ -1,11 +1,9 @@
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 = "react",
srcs = glob(["*.java"]),
autoglob = False,
feature = ReactNative_CommonInfrastructurePlaceholde,
is_androidx = True,
labels = ["supermodule:xplat/default/public.react_native.infra"],
provided_deps = [
@@ -1,4 +1,3 @@
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(
@@ -7,7 +6,6 @@ rn_android_library(
"*.java",
]),
autoglob = False,
feature = ReactNative_CommonInfrastructurePlaceholde,
is_androidx = True,
labels = ["supermodule:xplat/default/public.react_native.infra"],
provided_deps = [
@@ -1,4 +1,3 @@
load("@fbsource//xplat/pfh/ReactNative/CommonInfrastructurePlaceholde:DEFS.bzl", "ReactNative_CommonInfrastructurePlaceholde")
load("//tools/build_defs/oss:rn_defs.bzl", "IS_OSS_BUILD", "react_native_dep", "react_native_target", "react_native_tests_target", "rn_android_library")
INTERFACES = [
@@ -22,7 +21,6 @@ rn_android_library(
exclude = INTERFACES,
),
autoglob = False,
feature = ReactNative_CommonInfrastructurePlaceholde,
is_androidx = True,
labels = ["supermodule:xplat/default/public.react_native.infra"],
proguard_config = "reactnative.pro",
@@ -69,7 +67,6 @@ rn_android_library(
name = "interfaces",
srcs = glob(INTERFACES),
autoglob = False,
feature = ReactNative_CommonInfrastructurePlaceholde,
is_androidx = True,
labels = ["supermodule:xplat/default/public.react_native.infra"],
proguard_config = "reactnative.pro",
@@ -1,4 +1,3 @@
load("@fbsource//xplat/pfh/ReactNative/CommonInfrastructurePlaceholde:DEFS.bzl", "ReactNative_CommonInfrastructurePlaceholde")
load("//tools/build_defs/oss:rn_defs.bzl", "HERMES_BYTECODE_VERSION", "react_native_dep", "rn_android_build_config", "rn_android_library")
SUB_PROJECTS = [
@@ -13,7 +12,6 @@ rn_android_library(
exclude = SUB_PROJECTS,
),
autoglob = False,
feature = ReactNative_CommonInfrastructurePlaceholde,
is_androidx = True,
labels = ["supermodule:xplat/default/public.react_native.infra"],
provided_deps = [
@@ -1,4 +1,3 @@
load("@fbsource//xplat/pfh/ReactNative/CommonInfrastructurePlaceholde:DEFS.bzl", "ReactNative_CommonInfrastructurePlaceholde")
load("//tools/build_defs/oss:rn_defs.bzl", "FBJNI_TARGET", "react_native_dep", "react_native_target", "rn_android_library")
rn_android_library(
@@ -7,7 +6,6 @@ rn_android_library(
"*.java",
]),
autoglob = False,
feature = ReactNative_CommonInfrastructurePlaceholde,
is_androidx = True,
labels = ["supermodule:xplat/default/public.react_native.infra"],
provided_deps = [],
@@ -1,4 +1,3 @@
load("@fbsource//xplat/pfh/ReactNative/CommonInfrastructurePlaceholde:DEFS.bzl", "ReactNative_CommonInfrastructurePlaceholde")
load("//tools/build_defs/oss:rn_defs.bzl", "ANDROID", "FBJNI_TARGET", "react_native_xplat_target", "rn_xplat_cxx_library", "subdir_glob")
rn_xplat_cxx_library(
@@ -13,7 +12,6 @@ rn_xplat_cxx_library(
prefix = "react/common/mapbuffer",
),
fbandroid_allow_jni_merging = True,
feature = ReactNative_CommonInfrastructurePlaceholde,
labels = ["supermodule:xplat/default/public.react_native.infra"],
platforms = ANDROID,
preprocessor_flags = [
@@ -1,11 +1,9 @@
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 = "network",
srcs = glob(["**/*.java"]),
autoglob = False,
feature = ReactNative_CommonInfrastructurePlaceholde,
labels = ["supermodule:xplat/default/public.react_native.infra"],
visibility = [
"PUBLIC",
@@ -1,11 +1,9 @@
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 = "config",
srcs = glob(["**/*.java"]),
autoglob = False,
feature = ReactNative_CommonInfrastructurePlaceholde,
labels = ["supermodule:xplat/default/public.react_native.infra"],
visibility = [
"PUBLIC",
@@ -1,11 +1,9 @@
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 = "devsupport",
srcs = glob(["*.java"]),
autoglob = False,
feature = ReactNative_CommonInfrastructurePlaceholde,
is_androidx = True,
labels = ["supermodule:xplat/default/public.react_native.infra"],
manifest = "AndroidManifest.xml",
@@ -50,7 +48,6 @@ rn_android_library(
name = "interfaces",
srcs = glob(["interfaces/*.java"]),
autoglob = False,
feature = ReactNative_CommonInfrastructurePlaceholde,
is_androidx = True,
labels = ["supermodule:xplat/default/public.react_native.infra"],
visibility = [
@@ -1,4 +1,3 @@
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(
@@ -10,7 +9,6 @@ rn_android_library(
"mounting/**/*.java",
]),
autoglob = False,
feature = ReactNative_CommonInfrastructurePlaceholde,
is_androidx = True,
labels = ["supermodule:xplat/default/public.react_native.infra"],
provided_deps = [
@@ -1,4 +1,3 @@
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_target", "rn_xplat_cxx_library", "subdir_glob")
rn_xplat_cxx_library(
@@ -13,7 +12,6 @@ rn_xplat_cxx_library(
prefix = "react/fabric",
),
fbandroid_allow_jni_merging = True,
feature = ReactNative_CommonInfrastructurePlaceholde,
labels = ["supermodule:xplat/default/public.react_native.infra"],
platforms = ANDROID,
preprocessor_flags = [
@@ -1,11 +1,9 @@
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,11 +1,9 @@
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,11 +1,9 @@
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,11 +1,9 @@
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,4 +1,3 @@
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(
@@ -16,7 +15,6 @@ 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,11 +1,9 @@
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,11 +1,9 @@
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,11 +1,9 @@
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,11 +1,9 @@
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,11 +1,9 @@
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,4 +1,3 @@
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(
@@ -6,7 +5,6 @@ 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,11 +1,9 @@
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,11 +1,9 @@
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,11 +1,9 @@
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,11 +1,9 @@
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,11 +1,9 @@
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,11 +1,9 @@
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 = [
@@ -34,7 +32,6 @@ rn_android_library(
name = "interfaces",
srcs = glob(["interfaces/*.java"]),
autoglob = False,
feature = ReactNative_CommonInfrastructurePlaceholde,
labels = ["supermodule:xplat/default/public.react_native.infra"],
visibility = [
"PUBLIC",
@@ -1,4 +1,3 @@
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(
@@ -7,7 +6,6 @@ rn_android_library(
["**/*.java"],
),
autoglob = False,
feature = ReactNative_CommonInfrastructurePlaceholde,
is_androidx = True,
labels = ["supermodule:xplat/default/public.react_native.infra"],
visibility = [
@@ -1,4 +1,3 @@
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(
@@ -16,7 +15,6 @@ 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 = "7",
target = "7",
@@ -1,4 +1,3 @@
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(
@@ -9,7 +8,6 @@ rn_android_library(
],
),
autoglob = False,
feature = ReactNative_CommonInfrastructurePlaceholde,
labels = [
"supermodule:xplat/default/public.react_native.infra",
],
@@ -1,4 +1,3 @@
load("@fbsource//xplat/pfh/ReactNative/CommonInfrastructurePlaceholde:DEFS.bzl", "ReactNative_CommonInfrastructurePlaceholde")
load("//tools/build_defs/oss:rn_defs.bzl", "ANDROID", "FBJNI_TARGET", "react_native_xplat_target", "rn_xplat_cxx_library")
rn_xplat_cxx_library(
@@ -14,7 +13,6 @@ rn_xplat_cxx_library(
fbandroid_labels = [
"supermodule:xplat/default/public.react_native.infra",
],
feature = ReactNative_CommonInfrastructurePlaceholde,
platforms = ANDROID,
preprocessor_flags = [
"-DLOG_TAG=\"ReactNative\"",
@@ -1,11 +1,9 @@
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 = "shell",
srcs = glob(["**/*.java"]),
autoglob = False,
feature = ReactNative_CommonInfrastructurePlaceholde,
is_androidx = True,
labels = ["supermodule:xplat/default/public.react_native.infra"],
provided_deps = [
@@ -1,11 +1,9 @@
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 = "surface",
srcs = glob(["*.java"]),
autoglob = False,
feature = ReactNative_CommonInfrastructurePlaceholde,
is_androidx = True,
labels = ["supermodule:xplat/default/public.react_native.infra"],
visibility = [
@@ -1,11 +1,9 @@
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 = "touch",
srcs = glob(["**/*.java"]),
autoglob = False,
feature = ReactNative_CommonInfrastructurePlaceholde,
is_androidx = True,
labels = ["supermodule:xplat/default/public.react_native.infra"],
visibility = [
@@ -1,4 +1,3 @@
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(
@@ -10,7 +9,6 @@ rn_android_library(
exclude = ["CallInvokerHolderImpl.java"],
),
autoglob = False,
feature = ReactNative_CommonInfrastructurePlaceholde,
labels = ["supermodule:xplat/default/public.react_native.infra"],
required_for_source_only_abi = True,
visibility = [
@@ -43,7 +41,6 @@ rn_android_library(
name = "callinvokerholder",
srcs = ["CallInvokerHolderImpl.java"],
autoglob = False,
feature = ReactNative_CommonInfrastructurePlaceholde,
labels = ["supermodule:xplat/default/public.react_native.infra"],
required_for_source_only_abi = True,
visibility = [
@@ -1,4 +1,3 @@
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,7 +6,6 @@ rn_android_library(
["*.java"],
),
autoglob = False,
feature = ReactNative_CommonInfrastructurePlaceholde,
is_androidx = True,
labels = ["supermodule:xplat/default/public.react_native.infra"],
required_for_source_only_abi = True,
@@ -1,4 +1,3 @@
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_shared_library_target", "react_native_xplat_target", "rn_xplat_cxx_library")
rn_xplat_cxx_library(
@@ -13,7 +12,6 @@ rn_xplat_cxx_library(
"ReactCommon/TurboModuleManagerDelegate.h": "ReactCommon/TurboModuleManagerDelegate.h",
},
fbandroid_allow_jni_merging = True,
feature = ReactNative_CommonInfrastructurePlaceholde,
labels = ["supermodule:xplat/default/public.react_native.infra"],
platforms = ANDROID,
preprocessor_flags = [
@@ -49,7 +47,6 @@ rn_xplat_cxx_library(
fbandroid_deps = [
FBJNI_TARGET,
],
feature = ReactNative_CommonInfrastructurePlaceholde,
labels = ["supermodule:xplat/default/public.react_native.infra"],
platforms = ANDROID,
preferred_linkage = "static",
@@ -1,4 +1,3 @@
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")
INTERFACES_FILES = [
@@ -14,7 +13,6 @@ rn_android_library(
name = "interfaces",
srcs = glob(INTERFACES_FILES),
autoglob = False,
feature = ReactNative_CommonInfrastructurePlaceholde,
is_androidx = True,
labels = ["supermodule:xplat/default/public.react_native.infra"],
provided_deps = [
@@ -48,7 +46,6 @@ rn_android_library(
exported_provided_deps = [
react_native_dep("third-party/android/androidx:annotation"),
],
feature = ReactNative_CommonInfrastructurePlaceholde,
is_androidx = True,
labels = ["supermodule:xplat/default/public.react_native.infra"],
provided_deps = [
@@ -97,7 +94,6 @@ rn_android_library(
"DisplayMetricsHolder.java",
],
autoglob = False,
feature = ReactNative_CommonInfrastructurePlaceholde,
is_androidx = True,
labels = ["supermodule:xplat/default/public.react_native.infra"],
provided_deps = [
@@ -1,11 +1,9 @@
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 = "annotations",
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,11 +1,9 @@
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 = "common",
srcs = glob(["*.java"]),
autoglob = False,
feature = ReactNative_CommonInfrastructurePlaceholde,
is_androidx = True,
labels = ["supermodule:xplat/default/public.react_native.infra"],
provided_deps = [
@@ -1,4 +1,3 @@
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_target", "rn_xplat_cxx_library", "subdir_glob")
rn_xplat_cxx_library(
@@ -13,7 +12,6 @@ rn_xplat_cxx_library(
prefix = "react/uimanager/jni",
),
fbandroid_allow_jni_merging = True,
feature = ReactNative_CommonInfrastructurePlaceholde,
labels = ["supermodule:xplat/default/public.react_native.infra"],
platforms = ANDROID,
preprocessor_flags = [
@@ -1,11 +1,9 @@
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 = "util",
srcs = glob(["*.java"]),
autoglob = False,
feature = ReactNative_CommonInfrastructurePlaceholde,
is_androidx = True,
labels = ["supermodule:xplat/default/public.react_native.infra"],
visibility = [
@@ -1,11 +1,9 @@
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 = "util",
srcs = glob(["**/*.java"]),
autoglob = False,
feature = ReactNative_CommonInfrastructurePlaceholde,
labels = ["supermodule:xplat/default/public.react_native.infra"],
visibility = [
"PUBLIC",
@@ -1,11 +1,9 @@
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 = "common",
srcs = glob(["*.java"]),
autoglob = False,
feature = ReactNative_CommonInfrastructurePlaceholde,
is_androidx = True,
labels = ["supermodule:xplat/default/public.react_native.infra"],
provided_deps = [
@@ -1,11 +1,9 @@
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,4 +1,3 @@
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 = [
@@ -9,7 +8,6 @@ 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 = [
@@ -35,7 +33,6 @@ 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,4 +1,3 @@
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(
@@ -8,7 +7,6 @@ rn_android_library(
exclude = ["MultiSourceHelper.java"],
),
autoglob = False,
feature = ReactNative_CommonInfrastructurePlaceholde,
is_androidx = True,
labels = ["supermodule:xplat/default/public.react_native.infra"],
visibility = [
@@ -25,7 +23,6 @@ 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,11 +1,9 @@
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,11 +1,9 @@
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,11 +1,9 @@
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,11 +1,9 @@
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,11 +1,9 @@
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,11 +1,9 @@
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,11 +1,9 @@
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,11 +1,9 @@
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,11 +1,9 @@
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,11 +1,9 @@
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,4 +1,3 @@
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(
@@ -8,7 +7,6 @@ rn_android_library(
"*.kt",
]),
autoglob = False,
feature = ReactNative_CommonInfrastructurePlaceholde,
is_androidx = True,
labels = ["supermodule:xplat/default/public.react_native.infra"],
language = "KOTLIN",