summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDaniel Micay <danielmicay@gmail.com>2022-08-18 13:04:54 -0400
committerDaniel Micay <danielmicay@gmail.com>2022-08-25 23:15:08 -0400
commit4003287d1413c2e93d0b50cd8a8e82fa6d8ef4bf (patch)
tree2c09ba597816f39656181c804df072b68ede5bbc
parent2aae56172bcd20e0e3a40f43685deb41de6ab2b8 (diff)
kernel changes beyond porting to Android 13
-rw-r--r--static/releases.html3
1 files changed, 3 insertions, 0 deletions
diff --git a/static/releases.html b/static/releases.html
index d94fb130..44a48335 100644
--- a/static/releases.html
+++ b/static/releases.html
@@ -585,6 +585,9 @@
<li>fix issue with prototype device check causing the warning to be shown on non-Pixel phones without the <code>ro.boot.secure_boot</code> property</li>
<li>add back AvoidAppsInCutoutOverlay since this cutout mode is no longer broken on Android 13</li>
<li>fix upstream Android 13 user logout bug causing end session to be broken</li>
+ <li>kernel (Pixel 4, Pixel 4 XL, Pixel 4a, Pixel 4a (5G), Pixel 5, Pixel 5a): switch to kernel manifests instead of including the kernel source trees in the OS source tree with submodules for the module repositories</li>
+ <li>kernel (Pixel 4, Pixel 4 XL, Pixel 4a, Pixel 4a (5G), Pixel 5, Pixel 5a): switch to AOSP kernel build system</li>
+ <li>kernel (Pixel 4, Pixel 4 XL, Pixel 4a, Pixel 4a (5G), Pixel 5, Pixel 5a): use dynamic kernel modules matching AOSP / stock OS instead of using monolithic kernel builds to avoid further issues from driver bugs with monolithic kernel builds (this was a useful feature but maintenance has become too difficult and the advantages of Generic Kernel Images for 6th generation Pixels and beyond outweigh the benefits so this was already phased out for 6th generation devices)</li>
</ul>
</article>
-->