OSDN Git Service

Use Jan 1 2009 as timestamp in APKs and OTA update ZIPs.
authorAlex Klyubin <klyubin@google.com>
Fri, 29 Jan 2016 21:06:50 +0000 (13:06 -0800)
committerAlex Klyubin <klyubin@google.com>
Fri, 29 Jan 2016 21:10:03 +0000 (13:10 -0800)
commit6c41036bcf35fe39162b50d27533f0f3bfab3028
treeb1884f086bc9bedde3a94122265b775528661c45
parent50f872c6967428cea172746af24506342745dcaa
Use Jan 1 2009 as timestamp in APKs and OTA update ZIPs.

Previously, the timestamp was one hour ahead of NotBefore of the
signer's certificate, adjusted for the current timezone. With this
change the MS-DOS timestamp in output APK/ZIP files is
Jan 1 2009 00:00:00.

Bug: 26864066
Change-Id: Id6263c38ac7042489ab695454f8e0fb2d85a3958
tools/signapk/src/com/android/signapk/SignApk.java