aboutsummaryrefslogtreecommitdiffhomepage
path: root/third_party/java
diff options
context:
space:
mode:
authorGravatar Adam Michael <ajmichael@google.com>2016-08-26 17:24:34 -0400
committerGravatar Adam Michael <ajmichael@google.com>2016-08-26 17:27:40 -0400
commit6603d2267b89e4372aad6c53f97708cb5cad99eb (patch)
tree26cb59e506ef8ed921beabd06097d8bb055d528e /third_party/java
parent8dc4257b9493bd2251636de1271a1972c17919ef (diff)
Replace apksig.jar with apksig_deploy.jar. Oops :)
Tested: $ unzip -l third_party/java/apksig/apksigner.jar | wc -l 27 $ unzip -l third_party/java/apksig/apksigner_deploy.jar | wc -l 129 Change-Id: Ifdb3a4ba331cb09bd245d148c7d879393e35a6a1
Diffstat (limited to 'third_party/java')
-rw-r--r--third_party/java/apksig/README.md4
-rwxr-xr-xthird_party/java/apksig/apksigner.jarbin34396 -> 0 bytes
-rwxr-xr-xthird_party/java/apksig/apksigner_deploy.jarbin0 -> 175466 bytes
3 files changed, 2 insertions, 2 deletions
diff --git a/third_party/java/apksig/README.md b/third_party/java/apksig/README.md
index fb79ef871b..98422d4eec 100644
--- a/third_party/java/apksig/README.md
+++ b/third_party/java/apksig/README.md
@@ -1,9 +1,9 @@
-Commands used to build `apksigner.jar`:
+Commands used to build `apksigner_deploy.jar`:
```
git clone https://android.googlesource.com/platform/tools/apksig
cd apksig
-bazel build apksigner
+bazel build apksigner_deploy.jar
```
Built from commit 8d9b92da7aff50491960198a6f08d36b8e9fd762.
diff --git a/third_party/java/apksig/apksigner.jar b/third_party/java/apksig/apksigner.jar
deleted file mode 100755
index b96919bf02..0000000000
--- a/third_party/java/apksig/apksigner.jar
+++ /dev/null
Binary files differ
diff --git a/third_party/java/apksig/apksigner_deploy.jar b/third_party/java/apksig/apksigner_deploy.jar
new file mode 100755
index 0000000000..2caa82b4cb
--- /dev/null
+++ b/third_party/java/apksig/apksigner_deploy.jar
Binary files differ