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 20:33:26 +0000 (13:33 -0700)
commit82bf99bb4e4cd4779a08daa21bd4bc2007042f41
treef647c7a4dd2c5b4f174fd8dd69e7e7d525167a22
parent0314519bf4e09d57bfe12f106a7a0fb8d63664d2
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
Change-Id: I97199310d4b4451271a75bb6c6d0463e0b788be9
tools/signapk/src/com/android/signapk/ZipUtils.java