platform_system_core/libziparchive
Xavier Ducrohet cd1da4e04f Fix toolchain issue for windows build of libziparchive.
With mingw 4.8, the new default packed behavior is broken and makes
zip archive fails due to unexpected misalignment in
CentralDirectoryRecord.

This patch uses -mno-ms-bitfields to revert to the old packed
behavior.

Change-Id: Ic977c841e330e19451db1d31ddb22e570a525062
2014-10-16 07:49:16 +00:00
..
testdata Add unit tests for libziparchive. 2013-12-10 16:48:50 +00:00
Android.mk Fix toolchain issue for windows build of libziparchive. 2014-10-16 07:49:16 +00:00
zip_archive.cc Reject zip archives with entry names containing \0. 2014-08-26 13:48:44 +01:00
zip_archive_test.cc Prevent the accidental closure of fd[0] for missing zip files. 2014-07-28 08:41:26 +00:00