cfig / Android_boot_image_editor

Parsing and re-packing Android boot.img/vbmeta.img/payload.bin, supporting Android 15
Apache License 2.0
995 stars 227 forks source link

verify the feasibility of replacing xz/lz4 binaries with java alternatives #110

Open cfig opened 1 year ago

cfig commented 1 year ago

lz4: https://github.com/lz4/lz4-java/issues/205

cfig commented 1 year ago

xz: not widely used in Android now. I see lz4 is the most popular, so I will not explore xz4 java alternatives.