Skip to content

Commit 6581a7e

Browse files
ted-xiecopybara-github
authored andcommitted
Remove zipper from the Android toolchain.
PiperOrigin-RevId: 797889007 Change-Id: Ib88265f20cfc1e569449ba2753c64f3e9ac34733
1 parent c83378e commit 6581a7e

1 file changed

Lines changed: 0 additions & 6 deletions

File tree

toolchains/android/toolchain.bzl

Lines changed: 0 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -279,12 +279,6 @@ _ATTRS = dict(
279279
default = "//tools/android:zip_filter",
280280
executable = True,
281281
),
282-
zipper = attr.label(
283-
allow_single_file = True,
284-
cfg = "exec",
285-
default = "@bazel_tools//tools/zip:zipper",
286-
executable = True,
287-
),
288282
dex_zips_merger = attr.label(
289283
cfg = "exec",
290284
default = "//tools/android:merge_dexzips",

0 commit comments

Comments
 (0)