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/
.