History log of /system/core/libziparchive/include/ziparchive/zip_writer.h
Revision Date Author Comments (<<< Hide modified files) (Show modified files >>>)
e7cf680cccf4858a419026d02e38a685ede30418 03-Jul-2017 Jiyong Park <jiyong@google.com> zlib is not exposed to libziparchive headers

By forward-declaring zstream, we don't need to re-export zlib headers.

Bug: 37342627
Test: build
Test: BOARD_VNDK_VERSION=current m -j dumpstate (or any other module
using libziparchive)

Change-Id: Ia69e5d459c79878d491cfe4ca21a7cc8fed4a5d8
/system/core/libziparchive/include/ziparchive/zip_writer.h
cdf7ff8e204beb6bbfe263c3d6255c2b2d0095a7 02-Jul-2017 Jiyong Park <jiyong@google.com> libziparchive headers are moved to local directory

libziparchive headers are moved from the global include directory
(/system/core/include) to the local directory inside libziparchive.

Note: /system/core/include/ziparchive still exists as a symlink to
libarchive/include/ziparchive. This will be removed when there is no
header-only dependency to libziparchive.

Bug: 37342627
Test: build
Change-Id: I3631ffc2df7be8a064d64a625d10436090c3bb0f
/system/core/libziparchive/include/ziparchive/zip_writer.h