aboutsummaryrefslogtreecommitdiffhomepage
path: root/third_party/java/apksig/README.md
diff options
context:
space:
mode:
authorGravatar Adam Michael <ajmichael@google.com>2016-08-26 10:56:48 -0400
committerGravatar Adam Michael <ajmichael@google.com>2016-08-26 12:24:47 -0400
commitf988a43bade16b81dfc7bcc2f50fc716a935eeb6 (patch)
treeedeeac0de9bdeed852f90ffe8f9628ec829746fa /third_party/java/apksig/README.md
parent0b701b236e9cf016285110afe0cba16945667ba3 (diff)
Adds apksig ApkSignerTool from AOSP.
This tool supports the APK Signature V2 Schema introduced in Android N. It will be included with a future android build tools release, at which time we can remove it from Bazel and require the user to have an up-to-date android build tools installed. Commands to build jar: git clone https://android.googlesource.com/platform/tools/apksig cd apksig bazel build apksigner Change-Id: Ia6de1f44a04d9514c6a662ab13aaf747e8941122
Diffstat (limited to 'third_party/java/apksig/README.md')
-rw-r--r--third_party/java/apksig/README.md9
1 files changed, 9 insertions, 0 deletions
diff --git a/third_party/java/apksig/README.md b/third_party/java/apksig/README.md
new file mode 100644
index 0000000000..fb79ef871b
--- /dev/null
+++ b/third_party/java/apksig/README.md
@@ -0,0 +1,9 @@
+Commands used to build `apksigner.jar`:
+
+```
+git clone https://android.googlesource.com/platform/tools/apksig
+cd apksig
+bazel build apksigner
+```
+
+Built from commit 8d9b92da7aff50491960198a6f08d36b8e9fd762.