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:
Joshua Selbo
2022-10-05 13:49:48 -07:00
committed by Facebook GitHub Bot
parent b39e77b3d7
commit 87acdfb436
57 changed files with 0 additions and 66 deletions
@@ -10,7 +10,6 @@ rn_android_library(
],
),
autoglob = False,
is_androidx = True,
language = "JAVA",
visibility = [
"PUBLIC",
@@ -4,7 +4,6 @@ rn_android_library(
name = "idledetection",
srcs = glob(["**/*.java"]),
autoglob = False,
is_androidx = True,
language = "JAVA",
visibility = [
"PUBLIC",
@@ -11,7 +11,6 @@ rn_android_library(
name = "rule",
srcs = glob(["*.java"]),
autoglob = False,
is_androidx = True,
language = "JAVA",
visibility = [
"PUBLIC",
@@ -4,7 +4,6 @@ rn_android_library(
name = "tests",
srcs = glob(["*.java"]),
autoglob = False,
is_androidx = True,
language = "JAVA",
visibility = [
"PUBLIC",
@@ -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"),