Home | History | Annotate | only in /build/make/tools/ziptime
Up to higher level directory
NameDateSize
Android.bp06-Dec-2017863
README.txt06-Dec-2017325
ZipEntry.cpp06-Dec-20174.1K
ZipEntry.h06-Dec-20173K
ZipFile.cpp06-Dec-20176.9K
ZipFile.h06-Dec-20172.2K
ZipTime.cpp06-Dec-20171.2K

README.txt

      1 ziptime -- zip timestamp tool
      2 
      3 usage: ziptime file.zip
      4 
      5   file.zip is an existing Zip archive to rewrite
      6 
      7 
      8 This tools replaces the timestamps in the zip headers with a static time
      9 (Jan 1 2008). The extra fields are not changed, so you'll need to use the
     10 -X option to zip so that it doesn't create the 'universal time' extra.
     11