From a9ab80e37cb25f5e09942a3bacab484914e4f5b3 Mon Sep 17 00:00:00 2001 From: Daniel Micay Date: Tue, 13 Jun 2023 15:21:05 -0400 Subject: [PATCH] 13-lynx branch is no longer used --- static/build.html | 6 +----- 1 file changed, 1 insertion(+), 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 @@

The 13 branch is used for most Pixels, generic / emulator targets and non-Pixel devices.

-

The 13-lynx 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.

-

The 13-coral branch is used for the end-of-life Pixel 4 and Pixel 4 XL due to incompatibilities with certain new changes.

@@ -872,7 +868,7 @@ repo sync -j8
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

To build the lynx kernel for the Pixel 7a: