OSDN Git Service

Fix two cosmetic issues in signapk.
authorAlex Klyubin <klyubin@google.com>
Mon, 14 Mar 2016 20:33:26 +0000 (13:33 -0700)
committerAlex Klyubin <klyubin@google.com>
Mon, 14 Mar 2016 22:13:30 +0000 (15:13 -0700)
commit914b37f4e3430606ec9850f05c51fb112279484b
tree3b44c8f8d9a06e5d67846702ffbdc16ed780726e
parent316654fc23c811fc68b2ac609af57d186db80503
Fix two cosmetic issues in signapk.

* Zip EoCD record comment length was referred to as 32-bit whereas it
  is a 16-bit field. The implementation was fine, but the comment and
  the naming of a constant were wrong.
* System.out.println was left over from early prototyping days.
  Removed.

Bug: 25794543

(cherry picked from commit 82bf99bb4e4cd4779a08daa21bd4bc2007042f41)

Change-Id: I9845b5fa096859d67b306f4b9b6c205cad622c0c
tools/signapk/src/com/android/signapk/ZipUtils.java