From f988a43bade16b81dfc7bcc2f50fc716a935eeb6 Mon Sep 17 00:00:00 2001 From: Adam Michael Date: Fri, 26 Aug 2016 10:56:48 -0400 Subject: 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 --- third_party/java/apksig/README.md | 9 +++++++++ 1 file changed, 9 insertions(+) create mode 100644 third_party/java/apksig/README.md (limited to 'third_party/java/apksig/README.md') 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. -- cgit v1.2.3