File tree Expand file tree Collapse file tree 2 files changed +0
-12
lines changed Expand file tree Collapse file tree 2 files changed +0
-12
lines changed Original file line number Diff line number Diff 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-
1812bzl_library (
1913 name = "android_revision_bzl" ,
2014 srcs = [
Original file line number Diff line number Diff 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" ),
You can’t perform that action at this time.
0 commit comments