commit | 01547b23d26b6dcde8589add0451d87d7bf63f91 | [log] [tgz] |
---|---|---|
author | Jeff Gaston <jeffrygaston@google.com> | Mon Aug 21 20:13:28 2017 -0700 |
committer | Jeff Gaston <jeffrygaston@google.com> | Thu Aug 24 14:43:35 2017 -0700 |
tree | 4d48ff404f43c6ddb1187ef8273a2173e2a60681 | |
parent | c5eb66d16b82279d33746d312e91793970e0310f [diff] [blame] |
Extract jar-sorting to be accessible to soong_zip Bug: 64536066 Test: m -j # which runs unit tests Change-Id: I4830bd331c9dab0b1d300a18aefaf25a6af4cfdc
diff --git a/cmd/zip2zip/Android.bp b/cmd/zip2zip/Android.bp index 476be4f..6420219 100644 --- a/cmd/zip2zip/Android.bp +++ b/cmd/zip2zip/Android.bp
@@ -14,7 +14,10 @@ blueprint_go_binary { name: "zip2zip", - deps: ["android-archive-zip"], + deps: [ + "android-archive-zip", + "soong-jar", + ], srcs: [ "zip2zip.go", ],