fix(android): support compact ELF dynamic table layouts

This commit is contained in:
bfloat16
2026-09-07 16:31:38 +08:00
parent 2d92360d87
commit aa1bcaa2eb
4 changed files with 564 additions and 81 deletions
-1
View File
@@ -542,7 +542,6 @@ impl HuffmanLzDecoder {
}
/// Apply the native word transform and optional AES-256-CBC decryption.
#[allow(clippy::chunks_exact_to_as_chunks)]
pub fn transform_segment(
data: &[u8],
seed: u32,