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
5 years ago
..
Struct3.md fix several critial bug 6 years ago
additional_tricks.md cpio: replace mkbootfs with java CPIO 5 years ago
apple24.png fix build on mac and older ubuntu 5 years ago
hidl_boot_control.puml doc: misc and BootControl 5 years ago
layout.md initial GKI images support 5 years ago
linux24.png fix build on mac and older ubuntu 5 years ago
misc_image_layout.md doc: misc and BootControl 5 years ago
op.gif feature enhancements 6 years ago
recovery_adb.md mkbootfs: revert 'cpp-application' 6 years ago
short.md update integrationTest and gradle 'check' 6 years ago