commit | 246bf21fd0074a1897c28a7c4703c2223e6224b6 | [log] [tgz] |
---|---|---|
author | Alex Deymo <deymo@google.com> | Tue Mar 22 19:27:33 2016 -0700 |
committer | Alex Deymo <deymo@google.com> | Wed Mar 23 23:31:00 2016 +0000 |
tree | 92e064d7dd6beaa2887f39687b7469c663f3f5f3 | |
parent | 72a2567a03afbe07c3810be28bcad477268ab4df [diff] |
Implement Xz compressor functions. The new XzCompress() function is similar to BzipCompress() function but uses the Xz compression algorithm. This patch simplifies the unittests of the compressors and reuses the client-side decompresor implementation instead of repeating the implementation in the delta generator. This patch removes the unused compression/decompression functions. Bug: 24578399 TEST=Added unittests. Change-Id: Id858112b50f4aa2597f184dc23a86af772f4f190