diff options
| author | Daniel Micay <daniel.micay@grapheneos.org> | 2024-03-16 13:16:37 -0400 |
|---|---|---|
| committer | Daniel Micay <daniel.micay@grapheneos.org> | 2024-03-16 13:26:21 -0400 |
| commit | cf9deaba068b21f8a92fdb4d4264d0eb2b97c056 (patch) | |
| tree | 75fa15a4aed868369518ac3be9821d1947d1402d | |
| parent | b365ba243a116766c8b056d24956f75f1eefddef (diff) | |
launcher speed compilation
| -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 32fecbe6..879f88a7 100644 --- a/static/releases.html +++ b/static/releases.html @@ -737,6 +737,7 @@ <p>Changes since the 2024031400 release:</p> <ul> + <li>Android Runtime: remove Android's hard-wired <code>speed-profile</code> compilation for launcher apps which was limiting ahead-of-time compilation for user installed launcher apps to the parts of the code included in baseline and/or cloud profiles rather than compiling the whole app via our default <code>speed</code> compilation which we use to replace JIT compilation and JIT profiles guiding background AOT compilation</li> <li>revert disabling hardened_malloc for Broadcom Bluetooth HAL (does not appear to be a memory corruption bug found by GrapheneOS but rather the stock OS is using an older Bluetooth module without the issue)</li> <li>revert allowing users to disable Bluetooth for Bluetooth system app (does not appear to be a memory corruption bug found by GrapheneOS but rather the stock OS is using an older Bluetooth module without the issue)</li> <li>allowlist using device controls quick tile when unlocked since it already has a toggle for controlling availability so our new default requirement of the device being unlocked needs to be overridden for it</li> |
