summaryrefslogtreecommitdiffstats
path: root/tools/zipalign/ZipFile.cpp
Commit message (Collapse)AuthorAgeFilesLines
* Add Zopfli-recompress option to zipalignRaph Levien2014-07-071-100/+177
| | | | | | | | 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
* libutils clean-upMathias Agopian2013-05-071-1/+1
| | | | Change-Id: I93a0fef582580282d62379ddba3ae2d50f3ea0c5
* build: move Zip* from libandroidfw to libutilsColin Cross2012-03-221-1/+1
| | | | | | | ZipUtils is needed by build/tools, move it from libandroidfw (frameworks/base) to libutils (frameworks/native). Change-Id: I188247d058f1baa0ebd14282208d496c4ba061be
* frameworks/base refactoring: build fixMathias Agopian2012-02-171-1/+1
| | | | Change-Id: If9f1b8a6a9eafa9ea17a3b994941c5c369be2130
* Rename (IF_)LOGE(_IF) to (IF_)ALOGE(_IF) DO NOT MERGESteve Block2012-01-081-2/+2
| | | | | | | See https://android-git.corp.google.com/g/#/c/157220 Bug: 5449033 Change-Id: Ieea4e4511e1a95caeea42cd0a0c1147ebf9c2f48
* Rename (IF_)LOGW(_IF) to (IF_)ALOGW(_IF) DO NOT MERGESteve Block2012-01-051-2/+2
| | | | | | | See https://android-git.corp.google.com/g/157065 Bug: 5449033 Change-Id: I817c12b1e97bee598097d02c70d509f7ab70576a
* Rename (IF_)LOGD(_IF) to (IF_)ALOGD(_IF) DO NOT MERGESteve Block2012-01-031-37/+37
| | | | | | | See https://android-git.corp.google.com/g/156016 Bug: 5449033 Change-Id: I9281fd27af8c6ec29ebdca60b22f6c9d5ff8deed
* Rename LOGV(_IF) to ALOGV(_IF) DO NOT MERGESteve Block2011-10-251-6/+6
| | | | | | | See https://android-git.corp.google.com/g/#/c/143865 Bug: 5449033 Change-Id: Ie7704789e47b9553d02e3f6ed89c3ceab532119c
* break dependency on utils/ZipEntry.h and utils/ZipFile.hMathias Agopian2009-06-051-0/+1297