summaryrefslogtreecommitdiffstats
path: root/libs/androidfw/StreamingZipInflater.cpp
Commit message (Collapse)AuthorAgeFilesLines
* Frameworks/base: Wall Werror in libs/androidfwAndreas Gampe2014-11-071-1/+5
| | | | | | | Turn on -Wall -Werror in libs/androidfw. Fix warnings. Refactor some code. Change-Id: I66fe54ace433c15dee5de328b149ca142f74b2dd
* StreamingZipInflater: fix mmap'd end of readKenny Root2013-02-151-4/+20
| | | | | | | | | | When reaching the end of a mmap'd segment, it was erroneously trying to read more data. This is because we were reading data one character at a time, so we never reached the Z_STREAM_END result without going through the loop once more. Bug: https://code.google.com/p/android/issues/detail?id=39041 Change-Id: I6c53b8187384a42217c32112d6a0c2857f471109
* frameworks/base refactoringMathias Agopian2012-02-201-0/+226
create the new libandroidfw from parts of libui and libutils Change-Id: I1584995616fff5d527a2aba63921b682a6194d58