OSDN Git Service

Command-line flag to disable signing with APK Signature Scheme v2.
authorAlex Klyubin <klyubin@google.com>
Wed, 20 Jan 2016 20:51:28 +0000 (12:51 -0800)
committerAlex Klyubin <klyubin@google.com>
Wed, 20 Jan 2016 20:55:16 +0000 (12:55 -0800)
commit9b54a565c9ffd1e8ed0c3434ede022d9501eaa80
treea75322c6d93584eb9ec7241a0b9953f12bc4a3c7
parentc36a9760e17bc0ce1cc815572886e640bb0ded18
Command-line flag to disable signing with APK Signature Scheme v2.

This change makes signapk not reject the --disable-v2 command-line
flag which may be used by build scripts in some branches. The flag
is currently ignored.

This change is landed separately from the actual support for APK
Signature Scheme v2 because of unbundled branches which use prebuilt
versions of signapk.

Bug: 25794543
Change-Id: I900966244b8b6296b1f443bf98830cc7f7cc81a8
tools/signapk/src/com/android/signapk/SignApk.java