From 006ce2fa0af00f52ebf2da0a67e8cc8d271ebda9 Mon Sep 17 00:00:00 2001 From: Daniel Micay Date: Wed, 18 Sep 2024 10:40:17 -0400 Subject: [PATCH] handle kernel_manifest-caimito rename in build guide --- static/build.html | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/static/build.html b/static/build.html index 11105886..6a0a5307 100644 --- a/static/build.html +++ b/static/build.html @@ -764,7 +764,7 @@ repo sync -j8
mkdir -p android/kernel/caimito
 cd android/kernel/caimito
-repo init -u https://github.com/GrapheneOS/kernel_manifest-caimito.git -b 14-caimito
+repo init -u https://github.com/GrapheneOS/kernel_manifest-zumapro.git -b 14-caimito
 repo sync -j8

To build the caimito kernel for the Pixel 9, Pixel 9 Pro and Pixel 9 Pro XL:

@@ -779,7 +779,7 @@ repo sync -j8
mkdir -p android/kernel/comet
 cd android/kernel/comet
-repo init -u https://github.com/GrapheneOS/kernel_manifest-caimito.git -b 14-caimito
+repo init -u https://github.com/GrapheneOS/kernel_manifest-zumapro.git -b 14-caimito
 repo sync -j8

To build the comet kernel for the Pixel 9 Pro Fold: