stop marking Pixel 9a support as experimental

This commit is contained in:
Daniel Micay 2025-04-15 15:55:52 -04:00
parent 04b88b8e74
commit 142dd85633
3 changed files with 4 additions and 9 deletions

View File

@ -131,7 +131,7 @@
<p>Smartphone and tablet targets:</p> <p>Smartphone and tablet targets:</p>
<ul> <ul>
<li>tegu (Pixel 9a) — experimental</li> <li>tegu (Pixel 9a)</li>
<li>comet (Pixel 9 Pro Fold)</li> <li>comet (Pixel 9 Pro Fold)</li>
<li>komodo (Pixel 9 Pro XL)</li> <li>komodo (Pixel 9 Pro XL)</li>
<li>caiman (Pixel 9 Pro)</li> <li>caiman (Pixel 9 Pro)</li>

View File

@ -140,6 +140,7 @@
<p>GrapheneOS has official production support for the following devices:</p> <p>GrapheneOS has official production support for the following devices:</p>
<ul> <ul>
<li>Pixel 9a (tegu)</li>
<li>Pixel 9 Pro Fold (comet)</li> <li>Pixel 9 Pro Fold (comet)</li>
<li>Pixel 9 Pro XL (komodo)</li> <li>Pixel 9 Pro XL (komodo)</li>
<li>Pixel 9 Pro (caiman)</li> <li>Pixel 9 Pro (caiman)</li>
@ -157,12 +158,6 @@
<li>Pixel 6 (oriole)</li> <li>Pixel 6 (oriole)</li>
</ul> </ul>
<p>GrapheneOS has experimental support for the following devices:</p>
<ul>
<li>Pixel 9a (tegu)</li>
</ul>
<p>The release tags for these devices have official builds and updates <p>The release tags for these devices have official builds and updates
available. These devices meet the stringent privacy and security standards and available. These devices meet the stringent privacy and security standards and
have substantial upstream and downstream hardening specific to the have substantial upstream and downstream hardening specific to the

View File

@ -47,7 +47,7 @@
<li> <li>
<a href="#devices">Devices</a> <a href="#devices">Devices</a>
<ul> <ul>
<li><a href="#tegu">Pixel 9a (experimental)</a></li> <li><a href="#tegu">Pixel 9a</a></li>
<li><a href="#comet">Pixel 9 Pro Fold</a></li> <li><a href="#comet">Pixel 9 Pro Fold</a></li>
<li><a href="#komodo">Pixel 9 Pro XL</a></li> <li><a href="#komodo">Pixel 9 Pro XL</a></li>
<li><a href="#caiman">Pixel 9 Pro</a></li> <li><a href="#caiman">Pixel 9 Pro</a></li>
@ -489,7 +489,7 @@
<section id="devices"> <section id="devices">
<h2><a href="#devices">Devices</a></h2> <h2><a href="#devices">Devices</a></h2>
{% with codename="tegu", name="Pixel 9a (experimental)", split=True %} {% with codename="tegu", name="Pixel 9a", split=True %}
{% include "device.html" %} {% include "device.html" %}
{% endwith %} {% endwith %}
{% with codename="comet", name="Pixel 9 Pro Fold" %} {% with codename="comet", name="Pixel 9 Pro Fold" %}