Remove LZMA support 93/285493/6
authorMateusz Moscicki <m.moscicki2@partner.samsung.com>
Tue, 13 Dec 2022 13:28:57 +0000 (14:28 +0100)
committerMateusz Moscicki <m.moscicki2@partner.samsung.com>
Thu, 22 Dec 2022 15:04:39 +0000 (16:04 +0100)
commit811e4bc4b5e7675dd5eae2b3d023bafc2ea8f0d9
treebfd72fa0b8cd6545f77ba185138c6385a8d79487
parent5f486cd63dc74e328feb98c311f560164039ebf0
Remove LZMA support

For unification, in order not to support two different compression
algorithms, the LZMA algorithm was replaced by Brotli.

The difference in compression time is negligible:

    system.tar.br: 26082
    system.7z:     25480

Change-Id: Id707be53d7e53a50a6076ce92f70b6812c51de0e
Dockerfile
bsdiff/CMakeLists.txt
bsdiff/ss_bsdiff.c
mk_delta/common/bin/CreatePatch.py