summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDaniel Micay <daniel.micay@grapheneos.org>2023-12-06 18:37:44 -0500
committerDaniel Micay <daniel.micay@grapheneos.org>2023-12-06 18:38:03 -0500
commit7e12746d343ff3d2232bd6610297155e1963c769 (patch)
treedc2698820b8a915c4caa0e0dbb9df8cc116c9cf1
parent21859cac46308de85807a7d5394652bf0d96b1fe (diff)
shusky device branch is obsoleted by 14 QPR1
-rw-r--r--static/build.html6
1 files changed, 1 insertions, 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.</p>
- <p>The <code>14-shusky</code> branch is used for the Pixel 8 and Pixel 8
- Pro until a quarterly release merges them into the main branch of
- AOSP.</p>
-
<p>The <code>13</code> branch is used for the legacy Pixel 4a until it
gets ported to Android 14.</p>
@@ -750,7 +746,7 @@ cp out-vendor-modules/android13-5.10/dist/*.ko $ANDROID_BUILD_TOP/kernel/prebuil
<pre>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</pre>
<p>To build the shusky kernel for the Pixel 8 and Pixel 8 Pro:</p>