Open hockeymikey opened 3 years ago
Android 8.1 was end of life as of October 2021. LineageOS patched it up until February 2022. I continued the patches up til this August, see patches noted with asb comment: https://github.com/Divested-Mobile/DivestOS-Build/blob/master/Scripts/LineageOS-15.1/Patch.sh
@SkewedZeppelin How'd you keep it updated? Did you just read the bulletins and then look at the code in those parts?
MSe1969 still does backports to 16.0/9 and syphyr does backports to 14.1/7. This page has direct links to all the topics for each branch: https://divestos.org/index.php?page=patch_counts
I go through their backports and apply them to 15.1/8. Some will apply cleanly, others will need adjustment like where it is located or removing a section or adding an import. Others will be for files that don't even exist and are skipped.
Some will apply cleanly, but won't compile, or will be dependent on another patch that did apply cleanly. For those you just revert them, unless you want to dig deeper.
https://review.lineageos.org/c/LineageOS/android_build/+/296720/1/core/version_defaults.mk#132 https://www.lineageoslog.com/15.1 https://source.android.com/security/bulletin
Basically need to go through every since one of these and get everything patched and fixed ( I assume unless LOS did that for us)