diff --git a/static/build.html b/static/build.html index 730623f5..992129f8 100644 --- a/static/build.html +++ b/static/build.html @@ -856,6 +856,21 @@ repo sync -j8
Replace the files in the OS source tree at
device/google/pantah-kernel/
with your build in
out/mixed/dist/
.
To sync the lynx kernel for the Pixel 7a:
+ +mkdir -p android/kernel/lynx +cd android/kernel/lynx +repo init -u https://github.com/GrapheneOS/kernel_manifest-lynx.git -b 13-lynx +repo sync -j8+ +
To build the lynx kernel for the Pixel 7a:
+ +LTO=full BUILD_AOSP_KERNEL=1 ./build_lynx.sh+ +
Replace the files in the OS source tree at
+ device/google/lynx-kernel/
with your build in
+ out/mixed/dist/
.