Add support for DELTA_IMG_AB update type
authorMateusz Moscicki <m.moscicki2@partner.samsung.com>
Mon, 14 Feb 2022 14:32:11 +0000 (15:32 +0100)
committerMateusz Mościcki <m.moscicki2@partner.samsung.com>
Tue, 22 Feb 2022 12:05:30 +0000 (12:05 +0000)
commit1c45088b7b5a8af6461f1b498010fed25987e670
tree13c676174d53296179f17f1100bd3a2cab04df90
parent61c8170119996033151e6d0356d21977ed6cfaa1
Add support for DELTA_IMG_AB update type

DELTA_IMG_AB type is the same as DELTA_IMG except that the patch is
compressed with Brotli instead of LZMA. Due to the fact that Brotli
allows decompression with a small amount of RAM, this type is suitable
for patching large partition.

Change-Id: I3980bd395184855804c8f0c0bc5e64763023d10b
mk_delta/common/bin/CreatePatch.py
mk_delta/common/bin/mk_part_delta.sh