summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDaniel Micay <daniel.micay@grapheneos.org>2024-03-21 11:17:55 -0400
committerDaniel Micay <daniel.micay@grapheneos.org>2024-03-21 11:17:55 -0400
commit6ee0752016fbd41402f9dce19a162c76f23b3a21 (patch)
tree0054297b53e461bd27136b2b60b902861c1b8cf9
parent77df8f394208664e05f1dadf498fc76a73c79f93 (diff)
Bluetooth fix for Galaxy Watch 6 Classic, etc.
-rw-r--r--static/releases.html1
1 files changed, 1 insertions, 0 deletions
diff --git a/static/releases.html b/static/releases.html
index 4f073082..de583ecd 100644
--- a/static/releases.html
+++ b/static/releases.html
@@ -742,6 +742,7 @@
<p>Changes since the 2024031400 release:</p>
<ul>
+ <li>Bluetooth: revert broken upstream change and changes depending on it to fix Galaxy Watch 6 Classic and likely other devices impacted by the same issue (this was a failure of upstream testing and release engineering for AOSP and doesn't impact the stock Pixel OS because it uses a different APEX module revision branched from an older revision of AOSP but it will impact every other AOSP-based OS on Android 14 QPR2 since there isn't a Bluetooth mainline module published in the Play Store and AOSP yet)</li>
<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>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>
<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>