Skip to content

Commit

Permalink
Remove androidx args on library wrappers
Browse files Browse the repository at this point in the history
Summary:
Changelog:
[Internal][Removed] - Remove legacy AndroidX arguments on buck targets

Differential Revision: D39835294

fbshipit-source-id: dbbdd7546d60c459b7f9184654dad7a8d5a196e8
  • Loading branch information
Joshua Selbo authored and facebook-github-bot committed Oct 5, 2022
1 parent b39e77b commit 87acdfb
Show file tree
Hide file tree
Showing 57 changed files with 0 additions and 66 deletions.
Expand Up @@ -10,7 +10,6 @@ rn_android_library(
],
),
autoglob = False,
is_androidx = True,
language = "JAVA",
visibility = [
"PUBLIC",
Expand Down
Expand Up @@ -4,7 +4,6 @@ rn_android_library(
name = "idledetection",
srcs = glob(["**/*.java"]),
autoglob = False,
is_androidx = True,
language = "JAVA",
visibility = [
"PUBLIC",
Expand Down
Expand Up @@ -11,7 +11,6 @@ rn_android_library(
name = "rule",
srcs = glob(["*.java"]),
autoglob = False,
is_androidx = True,
language = "JAVA",
visibility = [
"PUBLIC",
Expand Down
Expand Up @@ -4,7 +4,6 @@ rn_android_library(
name = "tests",
srcs = glob(["*.java"]),
autoglob = False,
is_androidx = True,
language = "JAVA",
visibility = [
"PUBLIC",
Expand Down
Expand Up @@ -11,7 +11,6 @@ rn_android_library(
name = "core",
srcs = glob(["*.java"]),
autoglob = False,
is_androidx = True,
language = "JAVA",
deps = [
react_native_dep("third-party/android/androidx:test-espresso-core"),
Expand Down
1 change: 0 additions & 1 deletion ReactAndroid/src/main/java/com/facebook/react/BUCK
Expand Up @@ -4,7 +4,6 @@ rn_android_library(
name = "react",
srcs = glob(["*.java"]),
autoglob = False,
is_androidx = True,
labels = [
"pfh:ReactNative_CommonInfrastructurePlaceholder",
"supermodule:xplat/default/public.react_native.infra",
Expand Down
Expand Up @@ -6,7 +6,6 @@ rn_android_library(
"*.java",
]),
autoglob = False,
is_androidx = True,
labels = [
"pfh:ReactNative_CommonInfrastructurePlaceholder",
"supermodule:xplat/default/public.react_native.infra",
Expand Down
2 changes: 0 additions & 2 deletions ReactAndroid/src/main/java/com/facebook/react/bridge/BUCK
Expand Up @@ -21,7 +21,6 @@ rn_android_library(
exclude = INTERFACES,
),
autoglob = False,
is_androidx = True,
labels = [
"pfh:ReactNative_CommonInfrastructurePlaceholder",
"supermodule:xplat/default/public.react_native.infra",
Expand Down Expand Up @@ -71,7 +70,6 @@ rn_android_library(
name = "interfaces",
srcs = glob(INTERFACES),
autoglob = False,
is_androidx = True,
labels = [
"pfh:ReactNative_CommonInfrastructurePlaceholder",
"supermodule:xplat/default/public.react_native.infra",
Expand Down
1 change: 0 additions & 1 deletion ReactAndroid/src/main/java/com/facebook/react/common/BUCK
Expand Up @@ -12,7 +12,6 @@ rn_android_library(
exclude = SUB_PROJECTS,
),
autoglob = False,
is_androidx = True,
labels = [
"pfh:ReactNative_CommonInfrastructurePlaceholder",
"supermodule:xplat/default/public.react_native.infra",
Expand Down
Expand Up @@ -7,7 +7,6 @@ rn_android_library(
"*.kt",
]),
autoglob = False,
is_androidx = True,
labels = [
"pfh:ReactNative_CommonInfrastructurePlaceholder",
"supermodule:xplat/default/public.react_native.infra",
Expand Down
2 changes: 0 additions & 2 deletions ReactAndroid/src/main/java/com/facebook/react/devsupport/BUCK
Expand Up @@ -4,7 +4,6 @@ rn_android_library(
name = "devsupport",
srcs = glob(["*.java"]),
autoglob = False,
is_androidx = True,
labels = [
"pfh:ReactNative_CommonInfrastructurePlaceholder",
"supermodule:xplat/default/public.react_native.infra",
Expand Down Expand Up @@ -52,7 +51,6 @@ rn_android_library(
name = "interfaces",
srcs = glob(["interfaces/*.java"]),
autoglob = False,
is_androidx = True,
labels = [
"pfh:ReactNative_CommonInfrastructurePlaceholder",
"supermodule:xplat/default/public.react_native.infra",
Expand Down
1 change: 0 additions & 1 deletion ReactAndroid/src/main/java/com/facebook/react/fabric/BUCK
Expand Up @@ -12,7 +12,6 @@ rn_android_library(
"mounting/**/*.java",
]),
autoglob = False,
is_androidx = True,
labels = [
"pfh:ReactNative_CommonInfrastructurePlaceholder",
"supermodule:xplat/default/public.react_native.infra",
Expand Down
Expand Up @@ -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",
Expand Down
Expand Up @@ -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",
Expand Down
Expand Up @@ -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",
Expand Down
Expand Up @@ -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",
Expand Down
Expand Up @@ -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",
Expand Down
Expand Up @@ -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",
Expand Down
Expand Up @@ -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",
Expand Down
Expand Up @@ -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",
Expand Down
Expand Up @@ -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",
Expand Down
Expand Up @@ -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",
Expand Down
Expand Up @@ -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",
Expand Down
Expand Up @@ -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",
Expand Down
Expand Up @@ -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",
Expand Down
Expand Up @@ -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",
Expand Down
Expand Up @@ -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",
Expand Down
Expand Up @@ -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",
Expand Down
Expand Up @@ -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",
Expand Down
Expand Up @@ -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",
Expand Down Expand Up @@ -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",
Expand Down
Expand Up @@ -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",
Expand Down
Expand Up @@ -6,7 +6,6 @@ rn_android_library(
["**/*.java"],
),
autoglob = False,
is_androidx = True,
labels = [
"pfh:ReactNative_CommonInfrastructurePlaceholder",
"supermodule:xplat/default/public.react_native.infra",
Expand Down
1 change: 0 additions & 1 deletion ReactAndroid/src/main/java/com/facebook/react/shell/BUCK
Expand Up @@ -4,7 +4,6 @@ rn_android_library(
name = "shell",
srcs = glob(["**/*.java"]),
autoglob = False,
is_androidx = True,
labels = [
"pfh:ReactNative_CommonInfrastructurePlaceholder",
"supermodule:xplat/default/public.react_native.infra",
Expand Down
1 change: 0 additions & 1 deletion ReactAndroid/src/main/java/com/facebook/react/surface/BUCK
Expand Up @@ -4,7 +4,6 @@ rn_android_library(
name = "surface",
srcs = glob(["*.java"]),
autoglob = False,
is_androidx = True,
labels = [
"pfh:ReactNative_CommonInfrastructurePlaceholder",
"supermodule:xplat/default/public.react_native.infra",
Expand Down
1 change: 0 additions & 1 deletion ReactAndroid/src/main/java/com/facebook/react/touch/BUCK
Expand Up @@ -4,7 +4,6 @@ rn_android_library(
name = "touch",
srcs = glob(["**/*.java"]),
autoglob = False,
is_androidx = True,
labels = [
"pfh:ReactNative_CommonInfrastructurePlaceholder",
"supermodule:xplat/default/public.react_native.infra",
Expand Down
Expand Up @@ -6,7 +6,6 @@ rn_android_library(
["*.java"],
),
autoglob = False,
is_androidx = True,
labels = [
"pfh:ReactNative_CommonInfrastructurePlaceholder",
"supermodule:xplat/default/public.react_native.infra",
Expand Down
3 changes: 0 additions & 3 deletions ReactAndroid/src/main/java/com/facebook/react/uimanager/BUCK
Expand Up @@ -13,7 +13,6 @@ rn_android_library(
name = "interfaces",
srcs = glob(INTERFACES_FILES),
autoglob = False,
is_androidx = True,
labels = [
"pfh:ReactNative_CommonInfrastructurePlaceholder",
"supermodule:xplat/default/public.react_native.infra",
Expand Down Expand Up @@ -50,7 +49,6 @@ rn_android_library(
exported_provided_deps = [
react_native_dep("third-party/android/androidx:annotation"),
],
is_androidx = True,
labels = [
"pfh:ReactNative_CommonInfrastructurePlaceholder",
"supermodule:xplat/default/public.react_native.infra",
Expand Down Expand Up @@ -102,7 +100,6 @@ rn_android_library(
"DisplayMetricsHolder.java",
],
autoglob = False,
is_androidx = True,
labels = [
"pfh:ReactNative_CommonInfrastructurePlaceholder",
"supermodule:xplat/default/public.react_native.infra",
Expand Down
Expand Up @@ -4,7 +4,6 @@ rn_android_library(
name = "annotations",
srcs = glob(["*.java"]),
autoglob = False,
is_androidx = True,
labels = [
"pfh:ReactNative_CommonInfrastructurePlaceholder",
"supermodule:xplat/default/public.react_native.infra",
Expand Down
Expand Up @@ -4,7 +4,6 @@ rn_android_library(
name = "common",
srcs = glob(["*.java"]),
autoglob = False,
is_androidx = True,
labels = [
"pfh:ReactNative_CommonInfrastructurePlaceholder",
"supermodule:xplat/default/public.react_native.infra",
Expand Down
Expand Up @@ -4,7 +4,6 @@ rn_android_library(
name = "util",
srcs = glob(["*.java"]),
autoglob = False,
is_androidx = True,
labels = [
"pfh:ReactNative_CommonInfrastructurePlaceholder",
"supermodule:xplat/default/public.react_native.infra",
Expand Down
Expand Up @@ -4,7 +4,6 @@ rn_android_library(
name = "common",
srcs = glob(["*.java"]),
autoglob = False,
is_androidx = True,
labels = [
"pfh:ReactNative_CommonInfrastructurePlaceholder",
"supermodule:xplat/default/public.react_native.infra",
Expand Down
Expand Up @@ -4,7 +4,6 @@ rn_android_library(
name = "drawer",
srcs = glob(["**/*.java"]),
autoglob = False,
is_androidx = True,
labels = [
"pfh:ReactNative_CommonInfrastructurePlaceholder",
"supermodule:xplat/default/public.react_native.infra",
Expand Down
Expand Up @@ -8,7 +8,6 @@ rn_android_library(
name = "imageevents",
srcs = IMAGE_EVENT_FILES,
autoglob = False,
is_androidx = True,
labels = [
"pfh:ReactNative_CommonInfrastructurePlaceholder",
"supermodule:xplat/default/public.react_native.infra",
Expand Down Expand Up @@ -37,7 +36,6 @@ rn_android_library(
exclude = IMAGE_EVENT_FILES,
),
autoglob = False,
is_androidx = True,
labels = [
"pfh:ReactNative_CommonInfrastructurePlaceholder",
"supermodule:xplat/default/public.react_native.infra",
Expand Down

0 comments on commit 87acdfb

Please sign in to comment.