mirror of
https://github.com/facebook/react-native.git
synced 2025-11-01 09:14:26 +00:00
Remove androidx args on library wrappers
Summary: Changelog: [Internal][Removed] - Remove legacy AndroidX arguments on buck targets Differential Revision: D39835294 fbshipit-source-id: dbbdd7546d60c459b7f9184654dad7a8d5a196e8
This commit is contained in:
committed by
Facebook GitHub Bot
parent
b39e77b3d7
commit
87acdfb436
@@ -4,7 +4,6 @@ rn_android_library(
|
||||
name = "accessibilityinfo",
|
||||
srcs = glob(["**/*.java"]),
|
||||
autoglob = False,
|
||||
is_androidx = True,
|
||||
labels = [
|
||||
"pfh:ReactNative_CommonInfrastructurePlaceholder",
|
||||
"supermodule:xplat/default/public.react_native.infra",
|
||||
|
||||
@@ -4,7 +4,6 @@ rn_android_library(
|
||||
name = "appearance",
|
||||
srcs = glob(["**/*.java"]),
|
||||
autoglob = False,
|
||||
is_androidx = True,
|
||||
labels = [
|
||||
"pfh:ReactNative_CommonInfrastructurePlaceholder",
|
||||
"supermodule:xplat/default/public.react_native.infra",
|
||||
|
||||
@@ -4,7 +4,6 @@ rn_android_library(
|
||||
name = "blob",
|
||||
srcs = glob(["**/*.java"]),
|
||||
autoglob = False,
|
||||
is_androidx = True,
|
||||
labels = [
|
||||
"pfh:ReactNative_CommonInfrastructurePlaceholder",
|
||||
"supermodule:xplat/default/public.react_native.infra",
|
||||
|
||||
@@ -4,7 +4,6 @@ rn_android_library(
|
||||
name = "bundleloader",
|
||||
srcs = glob(["*.java"]),
|
||||
autoglob = False,
|
||||
is_androidx = True,
|
||||
labels = [
|
||||
"pfh:ReactNative_CommonInfrastructurePlaceholder",
|
||||
"supermodule:xplat/default/public.react_native.infra",
|
||||
|
||||
@@ -4,7 +4,6 @@ rn_android_library(
|
||||
name = "camera",
|
||||
srcs = glob(["**/*.java"]),
|
||||
autoglob = False,
|
||||
is_androidx = True,
|
||||
labels = [
|
||||
"pfh:ReactNative_CommonInfrastructurePlaceholder",
|
||||
"supermodule:xplat/default/public.react_native.infra",
|
||||
|
||||
@@ -4,7 +4,6 @@ rn_android_library(
|
||||
name = "core",
|
||||
srcs = glob(["**/*.java"]),
|
||||
autoglob = False,
|
||||
is_androidx = True,
|
||||
labels = [
|
||||
"pfh:ReactNative_CommonInfrastructurePlaceholder",
|
||||
"supermodule:xplat/default/public.react_native.infra",
|
||||
|
||||
@@ -4,7 +4,6 @@ rn_android_library(
|
||||
name = "debug",
|
||||
srcs = glob(["*.java"]),
|
||||
autoglob = False,
|
||||
is_androidx = True,
|
||||
labels = [
|
||||
"pfh:ReactNative_CommonInfrastructurePlaceholder",
|
||||
"supermodule:xplat/default/public.react_native.infra",
|
||||
|
||||
@@ -4,7 +4,6 @@ rn_android_library(
|
||||
name = "deviceinfo",
|
||||
srcs = glob(["**/*.java"]),
|
||||
autoglob = False,
|
||||
is_androidx = True,
|
||||
labels = [
|
||||
"pfh:ReactNative_CommonInfrastructurePlaceholder",
|
||||
"supermodule:xplat/default/public.react_native.infra",
|
||||
|
||||
@@ -4,7 +4,6 @@ rn_android_library(
|
||||
name = "dialog",
|
||||
srcs = glob(["**/*.java"]),
|
||||
autoglob = False,
|
||||
is_androidx = True,
|
||||
labels = [
|
||||
"pfh:ReactNative_CommonInfrastructurePlaceholder",
|
||||
"supermodule:xplat/default/public.react_native.infra",
|
||||
|
||||
@@ -4,7 +4,6 @@ rn_android_library(
|
||||
name = "fresco",
|
||||
srcs = glob(["**/*.java"]),
|
||||
autoglob = False,
|
||||
is_androidx = True,
|
||||
labels = [
|
||||
"pfh:ReactNative_CommonInfrastructurePlaceholder",
|
||||
"supermodule:xplat/default/public.react_native.infra",
|
||||
|
||||
@@ -4,7 +4,6 @@ rn_android_library(
|
||||
name = "i18nmanager",
|
||||
srcs = glob(["*.java"]),
|
||||
autoglob = False,
|
||||
is_androidx = True,
|
||||
labels = [
|
||||
"pfh:ReactNative_CommonInfrastructurePlaceholder",
|
||||
"supermodule:xplat/default/public.react_native.infra",
|
||||
|
||||
@@ -4,7 +4,6 @@ rn_android_library(
|
||||
name = "image",
|
||||
srcs = glob(["*.java"]),
|
||||
autoglob = False,
|
||||
is_androidx = True,
|
||||
labels = [
|
||||
"pfh:ReactNative_CommonInfrastructurePlaceholder",
|
||||
"supermodule:xplat/default/public.react_native.infra",
|
||||
|
||||
@@ -4,7 +4,6 @@ rn_android_library(
|
||||
name = "intent",
|
||||
srcs = glob(["**/*.java"]),
|
||||
autoglob = False,
|
||||
is_androidx = True,
|
||||
labels = [
|
||||
"pfh:ReactNative_CommonInfrastructurePlaceholder",
|
||||
"supermodule:xplat/default/public.react_native.infra",
|
||||
|
||||
@@ -4,7 +4,6 @@ rn_android_library(
|
||||
name = "network",
|
||||
srcs = glob(["**/*.java"]),
|
||||
autoglob = False,
|
||||
is_androidx = True,
|
||||
labels = [
|
||||
"pfh:ReactNative_CommonInfrastructurePlaceholder",
|
||||
"supermodule:xplat/default/public.react_native.infra",
|
||||
|
||||
@@ -4,7 +4,6 @@ rn_android_library(
|
||||
name = "sound",
|
||||
srcs = glob(["**/*.java"]),
|
||||
autoglob = False,
|
||||
is_androidx = True,
|
||||
labels = [
|
||||
"pfh:ReactNative_CommonInfrastructurePlaceholder",
|
||||
"supermodule:xplat/default/public.react_native.infra",
|
||||
|
||||
@@ -4,7 +4,6 @@ rn_android_library(
|
||||
name = "statusbar",
|
||||
srcs = glob(["**/*.java"]),
|
||||
autoglob = False,
|
||||
is_androidx = True,
|
||||
labels = [
|
||||
"pfh:ReactNative_CommonInfrastructurePlaceholder",
|
||||
"supermodule:xplat/default/public.react_native.infra",
|
||||
|
||||
@@ -4,7 +4,6 @@ rn_android_library(
|
||||
name = "storage",
|
||||
srcs = glob(["**/*.java"]),
|
||||
autoglob = False,
|
||||
is_androidx = True,
|
||||
labels = [
|
||||
"pfh:ReactNative_CommonInfrastructurePlaceholder",
|
||||
"supermodule:xplat/default/public.react_native.infra",
|
||||
|
||||
@@ -7,7 +7,6 @@ rn_android_library(
|
||||
"ReactNativeVersion.java",
|
||||
],
|
||||
autoglob = False,
|
||||
is_androidx = True,
|
||||
labels = [
|
||||
"pfh:ReactNative_CommonInfrastructurePlaceholder",
|
||||
"supermodule:xplat/default/public.react_native.infra",
|
||||
@@ -37,7 +36,6 @@ rn_android_library(
|
||||
"AndroidInfoHelpers.java",
|
||||
],
|
||||
autoglob = False,
|
||||
is_androidx = True,
|
||||
labels = [
|
||||
"pfh:ReactNative_CommonInfrastructurePlaceholder",
|
||||
"supermodule:xplat/default/public.react_native.infra",
|
||||
|
||||
@@ -4,7 +4,6 @@ rn_android_library(
|
||||
name = "websocket",
|
||||
srcs = glob(["**/*.java"]),
|
||||
autoglob = False,
|
||||
is_androidx = True,
|
||||
labels = [
|
||||
"pfh:ReactNative_CommonInfrastructurePlaceholder",
|
||||
"supermodule:xplat/default/public.react_native.infra",
|
||||
|
||||
Reference in New Issue
Block a user