Commit Graph

10 Commits (b108110dbd6d5d74bd57285cf988790782741efd)

Author SHA1 Message Date
cfig b108110dbd
first version compatible with Windows 10
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
cfig ff7021e2db
test: add more tests for android 10 coral
cfig 4a819179f4
update doc for Oppo K3
Surendra Kumar 68b0d7ceb6 Fix typo :)
Surendra Kumar de3e9bc3d8 Added tricks to obtain Oppo K3 recovery.img
cfig 1bcf9389a0
squashed commit
update gradle to 5.6
dtbo parser: force use of python 2.7
add android libsparse utils
add sparse image parser: {system|vendor|product}.img
travis: upgrade to bionic(18.04 LTS)
cfig 3dd9f1e685
update integrationTest for android Q preview
cfig ec32a3750a
update README and misc refine
cfig 4f598e07cf
Update README.md