Skip to content

Commit fae73a8

Browse files
ahumeskycopybara-github
authored andcommitted
Remove unused _android_resources_busybox attr and associated alias.
PiperOrigin-RevId: 689116585 Change-Id: Ic2e6e89c8b68a16567a822affae4cdd341d94c78
1 parent cb839af commit fae73a8

File tree

2 files changed

+0
-12
lines changed

2 files changed

+0
-12
lines changed

rules/BUILD

Lines changed: 0 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -9,12 +9,6 @@ exports_files([
99
"rules.bzl",
1010
])
1111

12-
alias(
13-
name = "ResourceProcessorBusyBox",
14-
actual = "//src/tools/java/com/google/devtools/build/android:ResourceProcessorBusyBox",
15-
visibility = ["//visibility:public"],
16-
)
17-
1812
bzl_library(
1913
name = "android_revision_bzl",
2014
srcs = [

rules/attrs.bzl

Lines changed: 0 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -201,12 +201,6 @@ _DATA_CONTEXT = _add(
201201
default = Label("//tools/android:merge_manifests"),
202202
executable = True,
203203
),
204-
# TODO(b/145617058) Switching back to head RPBB until the Android rules release process is improved
205-
_android_resources_busybox = attr.label(
206-
cfg = "exec",
207-
default = Label("//rules:ResourceProcessorBusyBox"),
208-
executable = True,
209-
),
210204
_xsltproc_tool = attr.label(
211205
cfg = "exec",
212206
default = Label("//tools/android/xslt:xslt"),

0 commit comments

Comments
 (0)