diff options
| author | Daniel Micay <danielmicay@gmail.com> | 2023-04-27 03:56:07 -0400 |
|---|---|---|
| committer | Daniel Micay <danielmicay@gmail.com> | 2023-04-27 03:56:07 -0400 |
| commit | 4465878a93b82ae016fea2f6099220df5f52ab31 (patch) | |
| tree | b72abf2dfa0eb9444d12c66c84f62be67a6d3414 | |
| parent | 1adcc73790a0950dc696fc24c9207365a25b1c46 (diff) | |
backport bluetooth crash fix
| -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 7d4185ab..569c97ae 100644 --- a/static/releases.html +++ b/static/releases.html @@ -687,6 +687,7 @@ <li>hwui: backport null pointer check from AOSP master</li> <li>keystore: backport generating fallback operation challenge with SecureRandom from AOSP master</li> <li>Launcher: backport null pointer check from AOSP master</li> + <li>backport fix for Bluetooth related system_server crash</li> <li>backport fix for com.android.statementservice crash and remove our workaround for it</li> <li>backport 8 media framework memory corruption fixes from AOSP master</li> <li>GmsCompatConfig: update to <a href="https://github.com/GrapheneOS/platform_packages_apps_GmsCompat/releases/tag/config-47">version 47</a></li> |
