summaryrefslogtreecommitdiffstats
path: root/include/androidfw/ZipUtils.h
Commit message (Collapse)AuthorAgeFilesLines
* Reimplement ZipFileRO in terms of libziparchive.Narayan Kamath2014-01-271-1/+17
| | | | | | | | | | | | | | | | | | 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
* Revert "move libandroidfw to frameworks/native"Adam Lesinski2014-01-271-0/+67
| | | | This reverts commit 84b6292c33d71b5739828d08aa8101d1954577f2.
* move libandroidfw to frameworks/nativeMike Lockwood2013-10-031-67/+0
| | | | Change-Id: Ic5b8a2742c7141156ab0f00ca29097bfe92bce60
* libutils clean-upMathias Agopian2013-05-071-0/+67
| | | | Change-Id: I11ee943da23a66828455a9770fc3c5ceb4bbcaa9
* frameworks/base: move Zip* from libandroidfw to libutilsColin Cross2012-03-221-67/+0
| | | | | | | ZipUtils is needed by build/tools, move it from libandroidfw (frameworks/base) to libutils (frameworks/native). Change-Id: I2b4b7adcdf68eb25ee7cba5dd3b69eadf0523af3
* frameworks/base refactoring.Mathias Agopian2012-02-171-0/+67
step 2: move libutils headers to their new home: androidfw Change-Id: I14624ba23db92a81f2cb929f104386e1fab293ef