From a7d63023fcb71110b840139c009617f61fb6f967 Mon Sep 17 00:00:00 2001 From: Daniel Micay Date: Thu, 31 Oct 2024 11:44:42 -0400 Subject: [PATCH] shared library verified boot improvement --- static/releases.html | 1 + 1 file changed, 1 insertion(+) diff --git a/static/releases.html b/static/releases.html index d5b11a17..5b12c85f 100644 --- a/static/releases.html +++ b/static/releases.html @@ -556,6 +556,7 @@
  • kernel (6.6): use the same KFENCE configuration for microdroid as bare metal
  • mark Sensors permission as implicitly added
  • avoid adding Sensors permission to hasCode=false packages
  • +
  • improve our implementation of extending verified boot to out-of-band shared library APK updates
  • Log Viewer: add userType line to header in non-Owner users
  • Log Viewer: add targetSdk and sharedUid to package info header
  • System Updater: update minimum and target API level to 35 (Android 15)