You cannot select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
Android_boot_image_editor/doc
cfig 4e9d60db1a
cpio: replace mkbootfs with java CPIO
reimplement android mkbootfs with pure java, features include:

unpack:
 - using commons.compress
 - save cpio entry info on unpacking, and reload it on packing, this is
   called 'exact-matching'

pack: using new code with the help of commons.compress
 - for newly added ramdisk file, its file mode falls back to
   'pattern-matching'
 - for newly added ramdisk file that doesn't match any pattern, it will
   use default file mode, 'default'

integration test:
 - enable strict cpio checking
4 years ago
..
Struct3.md
additional_tricks.md cpio: replace mkbootfs with java CPIO 4 years ago
apple24.png
hidl_boot_control.puml doc: misc and BootControl 4 years ago
layout.md
linux24.png
misc_image_layout.md doc: misc and BootControl 4 years ago
op.gif
recovery_adb.md
short.md