Skip to content

Commit 142dd85

Browse files
committed
stop marking Pixel 9a support as experimental
1 parent 04b88b8 commit 142dd85

File tree

3 files changed

+4
-9
lines changed

3 files changed

+4
-9
lines changed

static/build.html

+1-1
Original file line numberDiff line numberDiff line change
@@ -131,7 +131,7 @@ <h3><a href="#build-targets">Build targets</a></h3>
131131
<p>Smartphone and tablet targets:</p>
132132

133133
<ul>
134-
<li>tegu (Pixel 9a) — experimental</li>
134+
<li>tegu (Pixel 9a)</li>
135135
<li>comet (Pixel 9 Pro Fold)</li>
136136
<li>komodo (Pixel 9 Pro XL)</li>
137137
<li>caiman (Pixel 9 Pro)</li>

static/faq.html

+1-6
Original file line numberDiff line numberDiff line change
@@ -140,6 +140,7 @@ <h3><a href="#supported-devices">Which devices are supported?</a></h3>
140140
<p>GrapheneOS has official production support for the following devices:</p>
141141

142142
<ul>
143+
<li>Pixel 9a (tegu)</li>
143144
<li>Pixel 9 Pro Fold (comet)</li>
144145
<li>Pixel 9 Pro XL (komodo)</li>
145146
<li>Pixel 9 Pro (caiman)</li>
@@ -157,12 +158,6 @@ <h3><a href="#supported-devices">Which devices are supported?</a></h3>
157158
<li>Pixel 6 (oriole)</li>
158159
</ul>
159160

160-
<p>GrapheneOS has experimental support for the following devices:</p>
161-
162-
<ul>
163-
<li>Pixel 9a (tegu)</li>
164-
</ul>
165-
166161
<p>The release tags for these devices have official builds and updates
167162
available. These devices meet the stringent privacy and security standards and
168163
have substantial upstream and downstream hardening specific to the

static/releases.html

+2-2
Original file line numberDiff line numberDiff line change
@@ -47,7 +47,7 @@ <h2><a href="#table-of-contents">Table of contents</a></h2>
4747
<li>
4848
<a href="#devices">Devices</a>
4949
<ul>
50-
<li><a href="#tegu">Pixel 9a (experimental)</a></li>
50+
<li><a href="#tegu">Pixel 9a</a></li>
5151
<li><a href="#comet">Pixel 9 Pro Fold</a></li>
5252
<li><a href="#komodo">Pixel 9 Pro XL</a></li>
5353
<li><a href="#caiman">Pixel 9 Pro</a></li>
@@ -489,7 +489,7 @@ <h2><a href="#release-announcements">Release announcements</a></h2>
489489
<section id="devices">
490490
<h2><a href="#devices">Devices</a></h2>
491491

492-
{% with codename="tegu", name="Pixel 9a (experimental)", split=True %}
492+
{% with codename="tegu", name="Pixel 9a", split=True %}
493493
{% include "device.html" %}
494494
{% endwith %}
495495
{% with codename="comet", name="Pixel 9 Pro Fold" %}

0 commit comments

Comments
 (0)