diff options
Diffstat (limited to 'static')
| -rw-r--r-- | static/build.html | 9 | ||||
| -rw-r--r-- | static/faq.html | 4 | ||||
| -rw-r--r-- | static/releases.html | 16 |
3 files changed, 15 insertions, 14 deletions
diff --git a/static/build.html b/static/build.html index 397c086d..34f73763 100644 --- a/static/build.html +++ b/static/build.html @@ -145,8 +145,8 @@ <p>Smartphone targets:</p> <ul> - <li>cheetah (Pixel 7 Pro) — experimental</li> - <li>panther (Pixel 7) — experimental</li> + <li>cheetah (Pixel 7 Pro)</li> + <li>panther (Pixel 7)</li> <li>bluejay (Pixel 6a)</li> <li>raven (Pixel 6 Pro)</li> <li>oriole (Pixel 6)</li> @@ -341,8 +341,9 @@ cd grapheneos-13 repo init -u https://github.com/GrapheneOS/platform_manifest.git -b 13 repo sync -j16</pre> - <p>The <code>13-pantah</code> branch is an experimental device support - branch for the Pixel 7 and Pixel 7 Pro:</p> + <p>The <code>13-pantah</code> branch is used for the Pixel 7 and Pixel 7 + Pro since new devices use a temporary device support branch in AOSP until + the code is merged into an AOSP quarterly release:</p> <pre>mkdir grapheneos-13-pantah cd grapheneos-13-pantah diff --git a/static/faq.html b/static/faq.html index f5076ad6..c0b261b2 100644 --- a/static/faq.html +++ b/static/faq.html @@ -142,8 +142,8 @@ <p>GrapheneOS has official production support for the following devices:</p> <ul> - <li>Pixel 7 Pro (cheetah) — experimental</li> - <li>Pixel 7 (panther) — experimental</li> + <li>Pixel 7 Pro (cheetah)</li> + <li>Pixel 7 (panther)</li> <li>Pixel 6a (bluejay)</li> <li>Pixel 6 Pro (raven)</li> <li>Pixel 6 (oriole)</li> diff --git a/static/releases.html b/static/releases.html index 0b2ccde0..9bd0e730 100644 --- a/static/releases.html +++ b/static/releases.html @@ -61,8 +61,8 @@ <li> <a href="#stable-channel">Stable channel</a> <ul> - <li><a href="#cheetah-stable">Pixel 7 Pro (experimental)</a></li> - <li><a href="#panther-stable">Pixel 7 (experimental)</a></li> + <li><a href="#cheetah-stable">Pixel 7 Pro</a></li> + <li><a href="#panther-stable">Pixel 7</a></li> <li><a href="#bluejay-stable">Pixel 6a</a></li> <li><a href="#raven-stable">Pixel 6 Pro</a></li> <li><a href="#oriole-stable">Pixel 6</a></li> @@ -81,8 +81,8 @@ <li> <a href="#beta-channel">Beta channel</a> <ul> - <li><a href="#cheetah-beta">Pixel 7 Pro (experimental)</a></li> - <li><a href="#panther-beta">Pixel 7 (experimental)</a></li> + <li><a href="#cheetah-beta">Pixel 7 Pro</a></li> + <li><a href="#panther-beta">Pixel 7</a></li> <li><a href="#bluejay-beta">Pixel 6a</a></li> <li><a href="#raven-beta">Pixel 6 Pro</a></li> <li><a href="#oriole-beta">Pixel 6</a></li> @@ -336,7 +336,7 @@ <h2><a href="#stable-channel">Stable channel</a></h2> <section id="cheetah-stable"> - <h3><a href="#cheetah-stable">Pixel 7 Pro (experimental)</a></h3> + <h3><a href="#cheetah-stable">Pixel 7 Pro</a></h3> <p>Version: <a href="https://github.com/GrapheneOS/platform_manifest/releases/tag/{{cheetah-stable-BUILD_ID}}.{{cheetah-stable-BUILD_NUMBER}}">{{cheetah-stable-BUILD_ID}}.{{cheetah-stable-BUILD_NUMBER}}</a></p> <ul> <li><a href="https://releases.grapheneos.org/cheetah-factory-{{cheetah-stable-BUILD_NUMBER}}.zip">cheetah-factory-{{cheetah-stable-BUILD_NUMBER}}.zip</a></li> @@ -345,7 +345,7 @@ </ul> </section> <section id="panther-stable"> - <h3><a href="#panther-stable">Pixel 7 (experimental)</a></h3> + <h3><a href="#panther-stable">Pixel 7</a></h3> <p>Version: <a href="https://github.com/GrapheneOS/platform_manifest/releases/tag/{{panther-stable-BUILD_ID}}.{{panther-stable-BUILD_NUMBER}}">{{panther-stable-BUILD_ID}}.{{panther-stable-BUILD_NUMBER}}</a></p> <ul> <li><a href="https://releases.grapheneos.org/panther-factory-{{panther-stable-BUILD_NUMBER}}.zip">panther-factory-{{panther-stable-BUILD_NUMBER}}.zip</a></li> @@ -476,7 +476,7 @@ <h2><a href="#beta-channel">Beta channel</a></h2> <section id="cheetah-beta"> - <h3><a href="#cheetah-beta">Pixel 7 Pro (experimental)</a></h3> + <h3><a href="#cheetah-beta">Pixel 7 Pro</a></h3> <p>Version: <a href="https://github.com/GrapheneOS/platform_manifest/releases/tag/{{cheetah-beta-BUILD_ID}}.{{cheetah-beta-BUILD_NUMBER}}">{{cheetah-beta-BUILD_ID}}.{{cheetah-beta-BUILD_NUMBER}}</a></p> <ul> <li><a href="https://releases.grapheneos.org/cheetah-factory-{{cheetah-beta-BUILD_NUMBER}}.zip">cheetah-factory-{{cheetah-beta-BUILD_NUMBER}}.zip</a></li> @@ -485,7 +485,7 @@ </ul> </section> <section id="panther-beta"> - <h3><a href="#panther-beta">Pixel 7 (experimental)</a></h3> + <h3><a href="#panther-beta">Pixel 7</a></h3> <p>Version: <a href="https://github.com/GrapheneOS/platform_manifest/releases/tag/{{panther-beta-BUILD_ID}}.{{panther-beta-BUILD_NUMBER}}">{{panther-beta-BUILD_ID}}.{{panther-beta-BUILD_NUMBER}}</a></p> <ul> <li><a href="https://releases.grapheneos.org/panther-factory-{{panther-beta-BUILD_NUMBER}}.zip">panther-factory-{{panther-beta-BUILD_NUMBER}}.zip</a></li> |
