Skip to content

lineage-20.0-20230421

Compare
Choose a tag to compare
@BYZYB BYZYB released this 22 Apr 01:23
· 26 commits to lineage-20 since this release
d7e7061

Main changes

  • Android Security Patch level: 4/5/2023.
  • Android System Webview version: 112.0.5615.136.
  • Drop no longer used sys.io.scheduler property.
  • Fix the issue that system clock always got wrong RTC offset from real time after reboot.
    • Previously, the system clock might be a few minutes faster/slower (or returning to the ROM's build time) after reboot, until NTP corrects the clock. The RTC offset files couldn't be updated by time_daemon, and the old values saved by MIUI (or just no offset) would become a fallback.
    • If the problem still exists after upgrade, try removing /persist/time and /data/vendor/time then reboot. NTP should be enabled in Settings, or just calibrate the time manually to make time_daemon update offset files.
  • Prefer cortex-a53 (instead of big cores as cortex-a73) for arch specific optimization flags.
  • Remove BOARD_PROPERTY_OVERRIDES_SPLIT_ENABLED build flag.
  • Remove unneeded NFC packages.
  • Update Time services blobs from LA.UM.9.6.2.r1-04100-89xx.0 branch (picked from 16e2fcd).
  • Kernel improvements:
    • Correct CPU frequency table for big cores (align with Pixel 2) and revert underclock changes.
    • Disable ARMv8.1 architectural features (not needed by msm8998).
    • Merge upstream changes from LineageOS/android_kernel_xiaomi_msm8998.
    • Prefer cortex-a53 for arch specific optimization flags.
    • Remove noirqdebug from default bootargs.
    • Upgrade LMK driver from android-4.9-q-release branch.
    • Pick some patches about sched/cpufreq/kgsl.

Download mirror