• Home
  • Line#
  • Scopes#
  • Navigate#
  • Raw
  • Download
1Minizip is a library provided by //third_party/zlib [1]. Its zip and unzip
2tools can be built in a developer checkout for testing purposes with:
3
4```shell
5  autoninja -C out/Release minizip_bin
6  autoninja -C out/Release miniunz_bin
7```
8
9[1] Upstream is https://github.com/madler/zlib/tree/master/contrib/minizip
10