History log of /build/tools/zipalign/ZipEntry.cpp
Revision Date Author Comments (<<< Hide modified files) (Show modified files >>>)
404fd5bc4abc48ec7e0ef4f769846876b21db803 17-Oct-2016 Mark Salyzyn <salyzyn@google.com> zipalign missing header

Remove assumptions about header side effects

Test: compile
Bug: 30465923
Change-Id: I117567b0f99814b9d9a955b39c56f43f7972cf62
/build/make/tools/zipalign/ZipEntry.cpp
4f1a91cbacf0fb46e8eec586bba1209a9514896e 05-Oct-2016 Yunlian Jiang <yunlian@google.com> Fix a nullness warning.

This silences a warning null pointer passed as an argument to a
'nonnull' parameter

BUG=None
Test: The warning is gone.

Change-Id: I10a17d4674bfb373d7fe8666863abd5f10a4d11f
/build/make/tools/zipalign/ZipEntry.cpp
af1d7411825e589f09074c04bbbd80497b60e9e9 12-Feb-2016 Aurimas Liutikas <aurimas@google.com> Fix 2 unused parameter warnings in zipalign.

ZipFile parameter was not used and therefore can be removed.

Bug: 26936282
Change-Id: Id2b6e693b40571b7e7486304a6effaedc1b3c940
/build/make/tools/zipalign/ZipEntry.cpp
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/ZipEntry.cpp
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/ZipEntry.cpp
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/ZipEntry.cpp
e9ae59b47f99322bbd11bd68513e20e742d8e4d8 13-Nov-2014 Yabin Cui <yabinc@google.com> kill HAVE_LOCALTIME_R

Bug: 18361583
Change-Id: If76334a6e18893b65d9b526271620a460a75bf22
/build/make/tools/zipalign/ZipEntry.cpp
c0b74df335aa99e3c3f6f752de531836faa0c7c5 06-Jan-2012 Steve Block <steveblock@google.com> Rename (IF_)LOGW(_IF) to (IF_)ALOGW(_IF) DO NOT MERGE

See https://android-git.corp.google.com/g/157065

Bug: 5449033
Change-Id: I817c12b1e97bee598097d02c70d509f7ab70576a
/build/make/tools/zipalign/ZipEntry.cpp
934443b2751691adc9b06026d79f50efe9365ce1 04-Jan-2012 Steve Block <steveblock@google.com> Rename (IF_)LOGI(_IF) to (IF_)ALOGI(_IF) DO NOT MERGE

See https://android-git.corp.google.com/g/156801

Bug: 5449033
Change-Id: I02566a8d55d7f8845bcc11925b90b2dac4342e63
/build/make/tools/zipalign/ZipEntry.cpp
15fab1aa8c1ac4d92222dba349c473a8edd7ce99 20-Dec-2011 Steve Block <steveblock@google.com> Rename (IF_)LOGD(_IF) to (IF_)ALOGD(_IF) DO NOT MERGE

See https://android-git.corp.google.com/g/156016

Bug: 5449033
Change-Id: I9281fd27af8c6ec29ebdca60b22f6c9d5ff8deed
/build/make/tools/zipalign/ZipEntry.cpp
2da72c6265bab1322876fa9702f7580bff7fd8be 20-Oct-2011 Steve Block <steveblock@google.com> Rename LOGV(_IF) to ALOGV(_IF) DO NOT MERGE

See https://android-git.corp.google.com/g/#/c/143865

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