diff --git a/static/build.html b/static/build.html
index f87b748b..0572aee0 100644
--- a/static/build.html
+++ b/static/build.html
@@ -758,7 +758,7 @@ repo sync -j8
To sync the 6.6 kernel sources: To sync the kernel sources: To sync the caimito kernel for the Pixel 9, Pixel 9 Pro and Pixel 9 Pro XL: To sync the kernel sources:Microdroid
- mkdir -p android/kernel/6.6
cd android/kernel/6.6
@@ -785,10 +785,10 @@ repo sync -j8
9th generation Pixels
- mkdir -p android/kernel/caimito
-cd android/kernel/caimito
+
mkdir -p android/kernel/pixel
+cd android/kernel/pixel
repo init -u https://github.com/GrapheneOS/kernel_manifest-pixel.git -b 15
repo sync -j8
@@ -800,13 +800,6 @@ repo sync -j8device/google/caimito-kernels/6.1/grapheneos/
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-pixel.git -b 15 -repo sync -j8-
To build the comet kernel for the Pixel 9 Pro Fold:
./build_comet.sh --config=no_download_gki --config=no_download_gki_fips140 --lto=full@@ -814,16 +807,15 @@ repo sync -j8
Replace the files in the OS source tree at
device/google/comet-kernels/6.1/grapheneos/
with your build in
out/comet/dist/
.
To sync the shusky kernel for the Pixel 8 and Pixel 8 Pro:
+To sync the kernel sources:
-mkdir -p android/kernel/shusky -cd android/kernel/shusky +mkdir -p android/kernel/zuma +cd android/kernel/zuma repo init -u https://github.com/GrapheneOS/kernel_manifest-zuma.git -b 15 repo sync -j8@@ -835,13 +827,6 @@ repo sync -j8
device/google/shusky-kernels/5.15/grapheneos/
with your build in
out/shusky/dist/
.
- To sync the akita kernel for the Pixel 8a:
- -mkdir -p android/kernel/akita -cd android/kernel/akita -repo init -u https://github.com/GrapheneOS/kernel_manifest-zuma.git -b 15 -repo sync -j8-
To build the akita kernel for the Pixel 8a:
./build_akita.sh --config=no_download_gki --lto=full@@ -854,10 +839,10 @@ repo sync -j8
To sync the pantah kernel for the Pixel 7 and Pixel 7 Pro:
+To sync the kernel sources:
-mkdir -p android/kernel/pantah -cd android/kernel/pantah +mkdir -p android/kernel/gs +cd android/kernel/gs repo init -u https://github.com/GrapheneOS/kernel_manifest-gs.git -b 15 repo sync -j8@@ -869,13 +854,6 @@ repo sync -j8
device/google/pantah-kernels/5.10/grapheneos/
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-gs.git -b 15 -repo sync -j8-
To build the lynx kernel for the Pixel 7a:
BUILD_AOSP_KERNEL=1 LTO=full ./build_lynx.sh@@ -884,13 +862,6 @@ repo sync -j8
device/google/lynx-kernels/5.10/grapheneos/
with your build in
out/mixed/dist/
.
- To sync the tangorpro kernel for the Pixel Tablet:
- -mkdir -p android/kernel/tangorpro -cd android/kernel/tangorpro -repo init -u https://github.com/GrapheneOS/kernel_manifest-gs.git -b 15 -repo sync -j8-
To build the tangorpro kernel for the Pixel Tablet:
BUILD_AOSP_KERNEL=1 LTO=full ./build_tangorpro.sh@@ -899,13 +870,6 @@ repo sync -j8
device/google/tangorpro-kernels/5.10/grapheneos/
with your build in
out/mixed/dist/
.
- To sync the felix kernel for the Pixel Fold:
- -mkdir -p android/kernel/felix -cd android/kernel/felix -repo init -u https://github.com/GrapheneOS/kernel_manifest-gs.git -b 15 -repo sync -j8-
To build the felix kernel for the Pixel Fold:
BUILD_AOSP_KERNEL=1 LTO=full ./build_felix.sh@@ -918,17 +882,10 @@ repo sync -j8
To sync the raviole kernel for the Pixel 6 and Pixel 6 Pro:
+To sync the kernel sources:
-mkdir -p android/kernel/raviole -cd android/kernel/raviole -repo init -u https://github.com/GrapheneOS/kernel_manifest-gs.git -b 15 -repo sync -j8- -
To sync the bluejay kernel for the Pixel 6a:
- -mkdir -p android/kernel/bluejay -cd android/kernel/bluejay +mkdir -p android/kernel/gs +cd android/kernel/gs repo init -u https://github.com/GrapheneOS/kernel_manifest-gs.git -b 15 repo sync -j8@@ -949,7 +906,7 @@ repo sync -j8
For 5th generation Pixels:
+To sync the kernel sources:
mkdir -p android/kernel/redbull cd android/kernel/redbull @@ -970,6 +927,8 @@ repo sync -j8
To sync the kernel sources:
+mkdir -p android/kernel/coral cd android/kernel/coral repo init -u https://github.com/GrapheneOS/kernel_manifest-coral.git -b 13