mtk_pkg: add LZHS decompression support for partitions

This commit is contained in:
theubusu
2025-12-23 14:51:15 +01:00
parent 36bde3a802
commit 942767e806
4 changed files with 609 additions and 3 deletions
+3 -1
View File
@@ -6,4 +6,6 @@ pub mod lzop;
pub mod sparse;
pub mod compression;
pub mod android_ota_update_metadata;
pub mod mtk_crypto;
pub mod mtk_crypto;
pub mod lzhs;
pub mod huffman_tables;