History log of /build/make/tools/zipalign/ZipFile.h
Revision Date Author Comments (<<< Hide modified files) (Show modified files >>>)
b46507ff9eba4266e9db4eb2bb7f0b6ad4483892 16-Feb-2017 Narayan Kamath <narayan@google.com> zipalign: remove support for adding members from gzip sources.

This was vestigial code and never actually called anywhere.

Test: make
Bug: 35246701
Change-Id: I9297ac5fa030d369946857414155450635b65410
/build/make/tools/zipalign/ZipFile.h
41bc424c323f86806f04acd22304d4d149bc5dbe 04-Nov-2015 Dan Willemsen <dwillemsen@google.com> Use explicitly sized types in zipalign/ziptime

getLongLE would return a 64-bit number with the upper 32-bits set when
decoding a 32-bit number with the top bit set. Per the zip file format,
it was only expected to return a 32-bit number. Use explicitly sized
types so that we use the proper sizes and don't do any implicit
extensions.

Change-Id: I5a4304dc99ce5f8f17284d4ca3094ae115207a1e
/build/make/tools/zipalign/ZipFile.h
b589ae4e2661d42cbdc0a44193e2df384424e483 29-Oct-2015 Dan Willemsen <dwillemsen@google.com> Revert "Remove changing uids/timestamps from zip/jar files"

This reverts commit 3c2c064c8791ed2d4b9d6780d7b87f406ab78f10.

zipalign depends on libandroidfw, and some setups don't include frameworks/base.

Bug: 24201956
Change-Id: I48ee95808924f6b2221f0a49ab205c2565096b1f
/build/make/tools/zipalign/ZipFile.h
3c2c064c8791ed2d4b9d6780d7b87f406ab78f10 28-Oct-2015 Dan Willemsen <dwillemsen@google.com> Remove changing uids/timestamps from zip/jar files

Pass -X to zip so that Unix UID/GID and extra timestamps aren't
saved into the zip files.

Add a new option to zipalign, -t, to replace all timestamps with static
timestamps (2008 Jan 1 00:00:00). Use this for all non-APK zip files.
APK zip timestamps are set based on the certificate date in SignApk.

Bug: 24201956
Change-Id: Ifb619fc499ba9d99fc624f2acd5f8de36d78ef8e
/build/make/tools/zipalign/ZipFile.h
093d04c631aa2a4af3317912e9561672c5642bb8 08-Jul-2014 Raph Levien <raph@google.com> Add Zopfli-recompress option to zipalign

Zopfli provides compression roughly 5% better than zlib, while remaining
completely compatible with zlib decoders. This patch adds a "-z" option
to zipalign, recompressing all compressed files within the zip archive.

Change-Id: If177ca4b82ec701b7446861b2cfe08c6bd403813
/build/make/tools/zipalign/ZipFile.h
1022e27642a891550742013e9a12bc1256429a69 12-Jan-2012 Glenn Kasten <gkasten@google.com> Fix build warning

Change-Id: I1e3a76e4bdae5eec4f75c5d8eb9f533afab6d140
/build/make/tools/zipalign/ZipFile.h
3344b2e9b27466111524dfcfb64d7258153e0cb7 05-Jun-2009 Mathias Agopian <mathias@google.com> break dependency on utils/ZipEntry.h and utils/ZipFile.h
/build/make/tools/zipalign/ZipFile.h