summaryrefslogtreecommitdiff
path: root/static
diff options
context:
space:
mode:
Diffstat (limited to 'static')
-rw-r--r--static/build.html2
-rw-r--r--static/faq.html7
-rw-r--r--static/releases.html4
3 files changed, 4 insertions, 9 deletions
diff --git a/static/build.html b/static/build.html
index 283a143a..d27be329 100644
--- a/static/build.html
+++ b/static/build.html
@@ -131,7 +131,7 @@
<p>Smartphone and tablet targets:</p>
<ul>
- <li>tegu (Pixel 9a) — experimental</li>
+ <li>tegu (Pixel 9a)</li>
<li>comet (Pixel 9 Pro Fold)</li>
<li>komodo (Pixel 9 Pro XL)</li>
<li>caiman (Pixel 9 Pro)</li>
diff --git a/static/faq.html b/static/faq.html
index 09211004..a765a5b2 100644
--- a/static/faq.html
+++ b/static/faq.html
@@ -140,6 +140,7 @@
<p>GrapheneOS has official production support for the following devices:</p>
<ul>
+ <li>Pixel 9a (tegu)</li>
<li>Pixel 9 Pro Fold (comet)</li>
<li>Pixel 9 Pro XL (komodo)</li>
<li>Pixel 9 Pro (caiman)</li>
@@ -157,12 +158,6 @@
<li>Pixel 6 (oriole)</li>
</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
available. These devices meet the stringent privacy and security standards and
have substantial upstream and downstream hardening specific to the
diff --git a/static/releases.html b/static/releases.html
index cb13d9a3..7870454b 100644
--- a/static/releases.html
+++ b/static/releases.html
@@ -47,7 +47,7 @@
<li>
<a href="#devices">Devices</a>
<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="#komodo">Pixel 9 Pro XL</a></li>
<li><a href="#caiman">Pixel 9 Pro</a></li>
@@ -489,7 +489,7 @@
<section id="devices">
<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" %}
{% endwith %}
{% with codename="comet", name="Pixel 9 Pro Fold" %}