Magisk/native/jni/magiskboot
osm0sis f341f3b2dd magiskboot: accept forcing recognized but unsupported format compression
- when input image had a different supported format (e.g. gzip) magiskboot would not accept a manually compressed ramdisk or kernel in an unsupported format (e.g. lzop) despite being able to recognize it, so instead would double compress using whatever the input format was, breaking the image with, in effect, a ramdisk.cpio.lzo.gz
2019-06-10 21:56:51 -07:00
..
bootimg.cpp magiskboot: accept forcing recognized but unsupported format compression 2019-06-10 21:56:51 -07:00
bootimg.h Support boot_img_hdr_v2 2019-03-13 16:51:22 -04:00
compress.cpp magiskboot: be clear lzop is not a supported compression format 2019-05-30 20:31:24 -07:00
compress.h Only compress kernel and ramdisk if input not compressed 2019-03-07 07:24:20 -05:00
dtb.cpp Some code adjustments 2019-02-24 23:09:34 -05:00
format.cpp magiskboot: be clear lzop is not a supported compression format 2019-05-30 20:31:24 -07:00
format.h magiskboot: accept forcing recognized but unsupported format compression 2019-06-10 21:56:51 -07:00
hexpatch.cpp 'magiskboot hexpatch' will exit with status 1 when nothing patched. 2019-06-10 21:41:40 -07:00
magiskboot.h 'magiskboot hexpatch' will exit with status 1 when nothing patched. 2019-06-10 21:41:40 -07:00
main.cpp 'magiskboot hexpatch' will exit with status 1 when nothing patched. 2019-06-10 21:41:40 -07:00
pattern.cpp Some code adjustments 2019-02-24 23:09:34 -05:00
ramdisk.cpp Build with -Wall 2019-04-29 21:26:43 -04:00