Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Frameworks/base: Wall Werror in libs/androidfw | Andreas Gampe | 2014-11-07 | 1 | -1/+5 |
| | | | | | | | Turn on -Wall -Werror in libs/androidfw. Fix warnings. Refactor some code. Change-Id: I66fe54ace433c15dee5de328b149ca142f74b2dd | ||||
* | StreamingZipInflater: fix mmap'd end of read | Kenny Root | 2013-02-15 | 1 | -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 refactoring | Mathias Agopian | 2012-02-20 | 1 | -0/+226 |
create the new libandroidfw from parts of libui and libutils Change-Id: I1584995616fff5d527a2aba63921b682a6194d58 |