From 925bde243cff81782f4abfea742b2d571d9d8ba1 Mon Sep 17 00:00:00 2001 From: Daniel Micay Date: Tue, 11 Jun 2024 17:51:53 -0400 Subject: merge shusky and akita kernel manifest repository --- static/build.html | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'static/build.html') diff --git a/static/build.html b/static/build.html index 74ef5c86..af5239db 100644 --- a/static/build.html +++ b/static/build.html @@ -738,7 +738,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
+repo init -u https://github.com/GrapheneOS/kernel_manifest-zuma.git -b 14
 repo sync -j8

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

@@ -753,7 +753,7 @@ repo sync -j8
mkdir -p android/kernel/akita
 cd android/kernel/akita
-repo init -u https://github.com/GrapheneOS/kernel_manifest-akita.git -b 14-akita
+repo init -u https://github.com/GrapheneOS/kernel_manifest-zuma.git -b 14
 repo sync -j8

To build the akita kernel for the Pixel 8a:

-- cgit v1.3.1