Skip to content

Commit 1feaa59

Browse files
ted-xiecopybara-github
authored andcommitted
Delete src/tools/ak/dex
This has been replaced with the java-based DesugarDexShardingAction. PiperOrigin-RevId: 791667701 Change-Id: Ieabd4507766ea419b5326348e5a2ebdf9e1f4d67
1 parent c9774d9 commit 1feaa59

5 files changed

Lines changed: 0 additions & 359 deletions

File tree

src/tools/ak/BUILD

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -52,7 +52,6 @@ go_library(
5252
":types",
5353
"//src/tools/ak/bucketize",
5454
"//src/tools/ak/compile",
55-
"//src/tools/ak/dex",
5655
"//src/tools/ak/extractaar",
5756
"//src/tools/ak/extractresources",
5857
"//src/tools/ak/finalrjar",

src/tools/ak/akcommands.go

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,6 @@ package akcommands
1818
import (
1919
"src/tools/ak/bucketize/bucketize"
2020
"src/tools/ak/compile/compile"
21-
"src/tools/ak/dex/dex"
2221
"src/tools/ak/extractaar/extractaar"
2322
"src/tools/ak/extractresources/extractresources"
2423
"src/tools/ak/finalrjar/finalrjar"
@@ -39,7 +38,6 @@ var (
3938
Cmds = map[string]types.Command{
4039
"bucketize": bucketize.Cmd,
4140
"compile": compile.Cmd,
42-
"dex": dex.Cmd,
4341
"extractaar": extractaar.Cmd,
4442
"extractresources": extractresources.Cmd,
4543
"link": link.Cmd,

src/tools/ak/dex/BUILD

Lines changed: 0 additions & 32 deletions
This file was deleted.

src/tools/ak/dex/dex.go

Lines changed: 0 additions & 295 deletions
This file was deleted.

src/tools/ak/dex/dex_bin.go

Lines changed: 0 additions & 29 deletions
This file was deleted.

0 commit comments

Comments
 (0)