From 7e12746d343ff3d2232bd6610297155e1963c769 Mon Sep 17 00:00:00 2001 From: Daniel Micay Date: Wed, 6 Dec 2023 18:37:44 -0500 Subject: [PATCH] shusky device branch is obsoleted by 14 QPR1 --- static/build.html | 6 +----- 1 file changed, 1 insertion(+), 5 deletions(-) diff --git a/static/build.html b/static/build.html index 3f4277bc..851e3241 100644 --- a/static/build.html +++ b/static/build.html @@ -303,10 +303,6 @@ porting to other devices and for non-legacy officially supported devices.

-

The 14-shusky branch is used for the Pixel 8 and Pixel 8 - Pro until a quarterly release merges them into the main branch of - AOSP.

-

The 13 branch is used for the legacy Pixel 4a until it gets ported to Android 14.

@@ -750,7 +746,7 @@ cp out-vendor-modules/android13-5.10/dist/*.ko $ANDROID_BUILD_TOP/kernel/prebuil
mkdir -p android/kernel/shusky
 cd android/kernel/shusky
-repo init -u https://github.com/GrapheneOS/kernel_manifest-shusky.git -b 14-shusky
+repo init -u https://github.com/GrapheneOS/kernel_manifest-shusky.git -b 14
 repo sync -j8

To build the shusky kernel for the Pixel 8 and Pixel 8 Pro: