Commit Graph

10 Commits (6c662a54dacbbe0312097a080e7463faea18477c)

Author SHA1 Message Date
cfig b108110dbd
first version compatible with Windows 10 4 years ago
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
cfig ff7021e2db
test: add more tests for android 10 coral 5 years ago
cfig 4a819179f4
update doc for Oppo K3 6 years ago
Surendra Kumar 68b0d7ceb6 Fix typo :) 6 years ago
Surendra Kumar de3e9bc3d8 Added tricks to obtain Oppo K3 recovery.img 6 years ago
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)
6 years ago
cfig 3dd9f1e685
update integrationTest for android Q preview 6 years ago
cfig ec32a3750a
update README and misc refine 6 years ago
cfig 4f598e07cf
Update README.md 7 years ago