diff options
| author | Daniel Micay <daniel.micay@grapheneos.org> | 2024-07-28 17:29:01 -0400 |
|---|---|---|
| committer | Daniel Micay <daniel.micay@grapheneos.org> | 2024-07-28 17:44:32 -0400 |
| commit | db9c976e058e1f31ce39248bef9ade2c7dd11add (patch) | |
| tree | 3d866c46a656d81c58913891cec0af079be84d24 /static | |
| parent | b8ee7034e7ceb9d86194e8982c1b5e276f3b84a4 (diff) | |
add 64k page size support to our Bionic changes
Diffstat (limited to 'static')
| -rw-r--r-- | static/releases.html | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/static/releases.html b/static/releases.html index 241d472f..59dac3c6 100644 --- a/static/releases.html +++ b/static/releases.html @@ -792,6 +792,7 @@ <li>Settings: don't allow disabling user installed apps when uninstall is disallowed</li> <li>Settings: drop code for supporting the legacy Settings UI</li> <li>Sandboxed Google Play compatibility layer: avoid infinite wait for GmsCompatConfig update when call to App Store fails</li> + <li>future proof our Bionic libc changes for dynamic 64k pages (hardened_malloc still doesn't support it)</li> <li>flash-all: remove unnecessary reboot after flashing Android Verified Boot (AVB) key</li> <li>kernel (5.10): update to latest GKI LTS branch revision including update to 5.10.222</li> <li>kernel (5.15): update to latest GKI LTS branch revision including update to 5.15.163</li> |
