summaryrefslogtreecommitdiffstats
path: root/libziparchive/Android.mk
Commit message (Expand)AuthorAgeFilesLines
* Prevent unaligned read in libziparchive.Dan Albert2015-04-091-5/+5
* Remove LOCAL_ADDITIONAL_DEPENDENCIES in cases where it's not needed.Elliott Hughes2015-04-021-5/+0
* Reapply -Wold-style-castDmitriy Ivanov2015-03-061-0/+1
* Fix build: Remove -Wold-style-castDmitriy Ivanov2015-03-061-1/+0
* Cleanup old-style-cast warningsDmitriy Ivanov2015-03-061-1/+2
* Merge "Reject zip archives whose entry names are not valid UTF-8."Narayan Kamath2014-12-081-2/+2
|\
| * Reject zip archives whose entry names are not valid UTF-8.Narayan Kamath2014-12-081-2/+2
* | Clean up libziparchive Android.mkTrevor Drake2014-12-061-6/+0
|/
* am 7a92d20e: Merge "Clean up some test makefiles."Dan Albert2014-11-051-20/+12
|\
| * Clean up some test makefiles.Dan Albert2014-11-041-20/+12
* | am b968d5c8: Merge "Add shared library version of libziparchive."Ian Rogers2014-10-301-2/+15
|\ \ | |/
| * Add shared library version of libziparchive.Ian Rogers2014-10-301-2/+15
* | am cd1da4e0: Fix toolchain issue for windows build of libziparchive.Xavier Ducrohet2014-10-161-0/+3
|\ \ | |/ |/|
| * Fix toolchain issue for windows build of libziparchive.Xavier Ducrohet2014-10-161-0/+3
* | Fix win_sdk build by not using vectorPiotr Jastrzebski2014-08-181-2/+0
* | Replace char* with ZipEntryName in ziparchive API.Piotr Jastrzebski2014-08-151-0/+2
* | Update makefiles for host clang.Tim Murray2014-07-241-1/+2
|/
* Enable host multilib for ART testing.Ian Rogers2014-06-171-0/+1
* libziparchive: Turn on -WerrorMark Salyzyn2014-05-071-2/+6
* Fix a sporadic build breakage.Narayan Kamath2014-01-031-1/+1
* Use FileMap from libcutil instead of rolling our own.Narayan Kamath2013-12-111-3/+5
* Add unit tests for libziparchive.Narayan Kamath2013-12-101-0/+14
* Unify zipfile implementations : Step 1.Narayan Kamath2013-12-041-0/+53