platform_build_soong/zip
Colin Cross d321629155 Don't attempt to deflate when compression level is 0
soong_zip -L 0 would attempt to compress with deflate at compression
level 0, then pick store instead of deflate because the overhead of
deflate would always make it larger than the uncompressed size.  Just
use store instead.

Test: m checkbuild
Change-Id: I69610bd755b55d97a47b8c6cf4fbbee3b5632db6
2018-09-14 20:20:13 -07:00
..
cmd Add Respfile support for soong_zip. 2018-02-13 15:13:01 -08:00
Android.bp Add Respfile support for soong_zip. 2018-02-13 15:13:01 -08:00
rate_limit.go split soong_zip into a library and a binary 2017-10-19 18:18:04 +00:00
zip.go Don't attempt to deflate when compression level is 0 2018-09-14 20:20:13 -07:00
zip_test.go Add Respfile support for soong_zip. 2018-02-13 15:13:01 -08:00