diff --git a/static/build.html b/static/build.html index f6721359..ba1c768c 100644 --- a/static/build.html +++ b/static/build.html @@ -83,6 +83,7 @@ Kernel
device/generic/goldfish/x86_64-kernel.mk
.
+ To sync the shusky kernel for the Pixel 8 and Pixel 8 Pro:
+ +mkdir -p android/kernel/shusky +cd android/kernel/shusky +repo init -u https://github.com/GrapheneOS/kernel_manifest-shusky.git -b 14-shusky +repo sync -j8+ +
To build the shusky kernel for the Pixel 8 and Pixel 8 Pro:
+ +BUILD_AOSP_KERNEL=1 ./build_shusky.sh --lto=full+ +
Replace the files in the OS source tree at
+ device/google/shusky-kernel/
with your build in
+ out/shusky/dist/
.