summaryrefslogtreecommitdiff
path: root/static/build.html
diff options
context:
space:
mode:
authorDaniel Micay <daniel.micay@grapheneos.org>2023-06-13 15:21:05 -0400
committerDaniel Micay <daniel.micay@grapheneos.org>2023-06-13 15:21:05 -0400
commita9ab80e37cb25f5e09942a3bacab484914e4f5b3 (patch)
tree91eaf7e9c0a0ac45cf4e770255f3326ca7c8bcff /static/build.html
parent14ce3dea612cdf738fb4ab12ad33c7b532269e9c (diff)
13-lynx branch is no longer used
Diffstat (limited to 'static/build.html')
-rw-r--r--static/build.html6
1 files changed, 1 insertions, 5 deletions
diff --git a/static/build.html b/static/build.html
index 75fbcdb1..ad7f7267 100644
--- a/static/build.html
+++ b/static/build.html
@@ -315,10 +315,6 @@
<p>The <code>13</code> branch is used for most Pixels, generic / emulator
targets and non-Pixel devices.</p>
- <p>The <code>13-lynx</code> branch is used for the newly launched Pixel 7a
- since there hasn't been a quarterly or yearly release to merge in support
- for it yet.</p>
-
<p>The <code>13-coral</code> branch is used for the end-of-life Pixel 4
and Pixel 4 XL due to incompatibilities with certain new changes.</p>
@@ -872,7 +868,7 @@ repo sync -j8</pre>
<pre>mkdir -p android/kernel/lynx
cd android/kernel/lynx
-repo init -u https://github.com/GrapheneOS/kernel_manifest-lynx.git -b 13-lynx
+repo init -u https://github.com/GrapheneOS/kernel_manifest-lynx.git -b 13
repo sync -j8</pre>
<p>To build the lynx kernel for the Pixel 7a:</p>