summaryrefslogtreecommitdiff
path: root/static/build.html
diff options
context:
space:
mode:
authorDaniel Micay <danielmicay@gmail.com>2022-10-28 16:17:31 -0400
committerDaniel Micay <danielmicay@gmail.com>2022-10-28 16:17:31 -0400
commitb48e66de7faabc201070421bd8123d4f3b8de9a8 (patch)
treeb5b4eeaf9000fefdad3b19a8582f533c54a1cf83 /static/build.html
parent61ae3d058da2e30e9d04b245396c20be1f0a1153 (diff)
stop marking 7th gen Pixel support experimental
Diffstat (limited to 'static/build.html')
-rw-r--r--static/build.html9
1 files changed, 5 insertions, 4 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