History log of /art/runtime/zip_archive.cc
Revision Date Author Comments
7c3d13aebdd8611cae58a1048bffb13cbdc465cb 05-Sep-2013 Brian Carlstrom <bdc@google.com> Use file magic to determine file type, not file extension.

Bug: 10614658
Change-Id: I9156dfca78ac8cd1c62fb258825cc791629270a4
72fcca2477e02da2d3970aefc75465ba1f20ce9c 19-Sep-2013 Kenny Root <kroot@google.com> Reconcile differences between zip implementations

Copy new behavior of ZipFileRO to art's zip_archive.cc

Bug: 10424836
Change-Id: I0ec81425ab372d0884c684eab299449834c35e82
afa8ff6119e76251de68aed98fb24e8dc7352bed 27-Jul-2013 Brian Carlstrom <bdc@google.com> Fix bug in ZipEntry::ExtractToMemory for zero length entries

Change-Id: I78932a10a81db139d822091a35cc586876482627
7934ac288acfb2552bb0b06ec1f61e5820d924a4 26-Jul-2013 Brian Carlstrom <bdc@google.com> Fix cpplint whitespace/comments issues

Change-Id: Iae286862c85fb8fd8901eae1204cd6d271d69496
7940e44f4517de5e2634a7e07d58d0fb26160513 12-Jul-2013 Brian Carlstrom <bdc@google.com> Create separate Android.mk for main build targets

The runtime, compiler, dex2oat, and oatdump now are in seperate trees
to prevent dependency creep. They can now be individually built
without rebuilding the rest of the art projects. dalvikvm and jdwpspy
were already this way. Builds in the art directory should behave as
before, building everything including tests.

Change-Id: Ic6b1151e5ed0f823c3dd301afd2b13eb2d8feb81