diff options
| author | Daniel Micay <daniel.micay@grapheneos.org> | 2024-09-03 22:03:14 -0400 |
|---|---|---|
| committer | Daniel Micay <daniel.micay@grapheneos.org> | 2024-09-03 22:03:14 -0400 |
| commit | 53d7e5a25650bbe1cb4b66f399966b950af39e2c (patch) | |
| tree | d03fb96eaa4829f9fc307ea630eae091700bd2a0 | |
| parent | b60bf247be4f8b77506e8b7139914e4340c1beaa (diff) | |
document Android 15 support
| -rw-r--r-- | static/build.html | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/static/build.html b/static/build.html index b8370b10..910e363e 100644 --- a/static/build.html +++ b/static/build.html @@ -308,6 +308,10 @@ source ~/.bashrc</pre> <section id="development-branch"> <h4><a href="#development-branch">Development branch</a></h4> + <p>The <code>15</code> branch is our experimental Android 15 support which + currently only supports builds for the emulator. Device support is being + actively worked on right now.</p> + <p>The <code>14</code> branch is the main development branch of GrapheneOS. It follows along with the latest stable releases of the Android Open Source Project which currently means the latest monthly release of the |
