diff options
| author | Daniel Micay <daniel.micay@grapheneos.org> | 2024-08-21 03:13:56 -0400 |
|---|---|---|
| committer | Daniel Micay <daniel.micay@grapheneos.org> | 2024-08-21 03:13:56 -0400 |
| commit | eac91d966ee5c54506aeb71b464aa02ba1425055 (patch) | |
| tree | f245596bae25639c3299f3b0b6de2db3f7ac640f | |
| parent | 609b0583448ccd2d659a64efee853297ae7461e2 (diff) | |
split up description of early Android 15 porting
| -rw-r--r-- | static/releases.html | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/static/releases.html b/static/releases.html index 9967b2e7..3092f33d 100644 --- a/static/releases.html +++ b/static/releases.html @@ -827,7 +827,8 @@ <li>kernel (6.1): update to latest GKI LTS branch revision including update to 6.1.95</li> <li>kernel (6.6): update to latest GKI LTS branch revision including update to 6.6.45</li> <li>remove duplicate Android.bp from unpacked otatools.zip to avoid breaking subsequent builds when it's unpacked in the source tree</li> - <li>add Android 15 Beta build configuration for early development/testing of our Android 15 port via an ap2f release configuration enabling all of the available Android 15 feature flags and porting our changes to the already available new code</li> + <li>add Android 15 Beta build configuration for early development/testing of our Android 15 port via an ap2f release configuration enabling all of the available Android 15 feature flags</li> + <li>port GrapheneOS changes to new code for Android 15 used by our Android 15 Beta build configuration</li> <li>Vanadium: update to <a href="https://github.com/GrapheneOS/Vanadium/releases/tag/127.0.6533.104.0">version 127.0.6533.104.0</a></li> <li>Vanadium: update to <a href="https://github.com/GrapheneOS/Vanadium/releases/tag/127.0.6533.104.1">version 127.0.6533.104.1</a></li> <li>Vanadium: update to <a href="https://github.com/GrapheneOS/Vanadium/releases/tag/127.0.6533.104.2">version 127.0.6533.104.2</a></li> |
