OSDN Git Service

fix the modtime of files in the apk when signing
authorDoug Zongker <dougz@android.com>
Wed, 15 Jul 2009 22:43:39 +0000 (15:43 -0700)
committerDoug Zongker <dougz@android.com>
Wed, 15 Jul 2009 22:43:39 +0000 (15:43 -0700)
commita237874ccf49e92b93faea51f65c2ff37ea19ac7
treea82c77e81fb0b13b22b662097e58508c0d17d273
parent030614740c1a22e51c6513058852f9ab368fdf5d
fix the modtime of files in the apk when signing

SignApk fixes the timestamp of the signature files it adds.  Use that
same timestamp for all the files, so that the modtime doesn't vary
from build to build.  (Incremental OTAs currently spend significant
time rewriting every .apk to do nothing but patch in timestamp
changes.)
tools/signapk/SignApk.java