| Commit message (Collapse) | Author | Age | Files | Lines |
|
|
|
| |
Change-Id: I1181307989c7478ac6b84bf77732ee5dcff52ed1
|
|
|
|
|
|
|
|
|
|
|
|
| |
Done using:
find -type f -name *.png -exec optipng -o7 -nc -fix {} +
(-nc is required as TWRP png lib can't handle color type changes)
find -type f -name *.png -exec advdef -4 -z {} +
(use Zopfli compressor on insane prefix to reduce size even more)
Total amount of bytes saved: 317,491
Change-Id: I545c678f71942e6ceb95acb631841ea7ef82a049
|
|
|
|
| |
Change-Id: I5deef665ab374491c0f498b498971abd525d1111
|
|
Pull in most TWRP sources
Stub out partition management code
Make it compile -- probably will not boot
Kind of a mess but have to start somewhere
|