Skip to content

Commit

Permalink
Remove unused _android_resources_busybox attr and associated alias.
Browse files Browse the repository at this point in the history
PiperOrigin-RevId: 689116585
Change-Id: Ic2e6e89c8b68a16567a822affae4cdd341d94c78
  • Loading branch information
ahumesky authored and copybara-github committed Oct 23, 2024
1 parent cb839af commit fae73a8
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 12 deletions.
6 changes: 0 additions & 6 deletions rules/BUILD
Original file line number Diff line number Diff line change
Expand Up @@ -9,12 +9,6 @@ exports_files([
"rules.bzl",
])

alias(
name = "ResourceProcessorBusyBox",
actual = "//src/tools/java/com/google/devtools/build/android:ResourceProcessorBusyBox",
visibility = ["//visibility:public"],
)

bzl_library(
name = "android_revision_bzl",
srcs = [
Expand Down
6 changes: 0 additions & 6 deletions rules/attrs.bzl
Original file line number Diff line number Diff line change
Expand Up @@ -201,12 +201,6 @@ _DATA_CONTEXT = _add(
default = Label("//tools/android:merge_manifests"),
executable = True,
),
# TODO(b/145617058) Switching back to head RPBB until the Android rules release process is improved
_android_resources_busybox = attr.label(
cfg = "exec",
default = Label("//rules:ResourceProcessorBusyBox"),
executable = True,
),
_xsltproc_tool = attr.label(
cfg = "exec",
default = Label("//tools/android/xslt:xslt"),
Expand Down

0 comments on commit fae73a8

Please sign in to comment.