From bb35c7f9e0a737527f7dc1659528e120e09a2f02 Mon Sep 17 00:00:00 2001 From: maade93791 <70593890+maade69@users.noreply.github.com> Date: Mon, 9 Sep 2024 00:34:41 +0300 Subject: [PATCH] add 9th generation kernel build instructions --- static/build.html | 36 ++++++++++++++++++++++++++++++++++++ 1 file changed, 36 insertions(+) diff --git a/static/build.html b/static/build.html index 51c8b909..615d8ee4 100644 --- a/static/build.html +++ b/static/build.html @@ -83,6 +83,7 @@ Kernel
device/generic/goldfish/board/kernel/x86_64.mk
.
+ To sync the caimito kernel for the Pixel 9, Pixel 9 Pro and Pixel 9 Pro XL:
+ +mkdir -p android/kernel/caimito +cd android/kernel/caimito +repo init -u https://github.com/GrapheneOS/kernel_manifest-caimito.git -b 14-caimito +repo sync -j8+ +
To build the caimito kernel for the Pixel 9, Pixel 9 Pro and Pixel 9 Pro XL:
+ +./build_caimito.sh --config=use_source_tree_aosp --config=no_download_gki --lto=full+ +
Replace the files in the OS source tree at
+ device/google/caimito-kernels/6.1/24D1/
with your build in
+ out/caimito/dist/
.
To sync the comet kernel for the Pixel 9 Pro Fold:
+ +mkdir -p android/kernel/comet +cd android/kernel/comet +repo init -u https://github.com/GrapheneOS/kernel_manifest-caimito.git -b 14-caimito +repo sync -j8+ +
To build the comet kernel for the Pixel 9 Pro Fold:
+ +./build_comet.sh --config=use_source_tree_aosp --config=no_download_gki --lto=full+ +
Replace the files in the OS source tree at
+ device/google/comet-kernels/6.1/24D1/
with your build in
+ out/comet/dist/
.