commit | 82bf99bb4e4cd4779a08daa21bd4bc2007042f41 | [log] [tgz] |
---|---|---|
author | Alex Klyubin <klyubin@google.com> | Mon Mar 14 13:33:26 2016 -0700 |
committer | Alex Klyubin <klyubin@google.com> | Mon Mar 14 13:33:26 2016 -0700 |
tree | f647c7a4dd2c5b4f174fd8dd69e7e7d525167a22 | |
parent | 0314519bf4e09d57bfe12f106a7a0fb8d63664d2 [diff] |
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