summaryrefslogtreecommitdiffstats
path: root/include/androidfw
Commit message (Collapse)AuthorAgeFilesLines
* Moved androidfw back to frameworks/baseAdam Lesinski2014-01-2712-3372/+0
| | | | Change-Id: Idd57bbbc86c936cbfd60e02f8ac8d4f8fbc94592
* AssetManager cookies should be int32_t and not void*.Narayan Kamath2014-01-271-7/+7
| | | | | | | | Cookies are really indices into vectors and arrays, so they don't need to be void*. We choose int32_t instead of size_t to allow their width to be well specified. Change-Id: I319f271bd4f102dee7cb9f00df4c75ea697456f5
* Fix MCC/MNC typoChristopher Tate2013-12-161-1/+1
| | | | | | | Manual merge of https://android-review.googlesource.com/70831 across the header refactoring. Change-Id: I28b6a61e89b68d914124122882976a9d2f81a609
* Reimplement ZipFileRO in terms of libziparchive.Narayan Kamath2013-12-092-133/+57
| | | | | | | | | | | | | | | | | | This lets us share zip archive processing code with both the runtime (Art, dalvik) and critical java code (StrictJarFile). This change also moves several utility methods to ZipUtils and dedups code across several zip inflation methods. One of the side effects of this change is that several processing loops are now O(n) instead of O(n^2). bug: 10193060 (cherry picked from commit afd31e08299008fdc5c2813f21b2573f29dc53df) Change-Id: Iae67e62f1dc6dfc3f43e29bc38e3ffd1cb14d191
* Move libandroidfw from frameworks/baseMike Lockwood2013-10-0312-0/+3448
Change-Id: I8228c9a796e68e920c6a7dfc154c4b70ba66b082