From b9d7fa3cf7ba920bd4e29ee9d3011e2671c3e3d5 Mon Sep 17 00:00:00 2001
From: Daniel Micay
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/
.