improve 32-bit-only app warning

This commit is contained in:
Daniel Micay 2024-07-06 21:25:40 -04:00
parent 7e4ac84419
commit 9544623a67

View File

@ -786,6 +786,8 @@
<p>Changes since the 2024070201 release:</p>
<ul>
<li>improve warning for 32-bit-only apps by explaining why the warning is shown, how to resolve it for apps that are still developed and that we plan to phase out support for it on 5th/6th generation Pixels where it's still available</li>
<li>show warning for 32-bit-only apps on each launch instead of only once</li>
<li>kernel (Pixel 7, Pixel 7 Pro, Pixel 7a, Pixel Tablet, Pixel Fold, Pixel 8, Pixel 8 Pro, Pixel 8a): disable 32-bit ABI support to substantially decrease kernel size and attack surface and raise mmap_min_addr to the standard 65536 for 64-bit-only ARM</li>
<li>kernel (5.15): update to latest GKI LTS branch revision including update to 5.15.157</li>
<li>adevtool: update file removal for 8th gen Pixels to skip Family Space related files</li>