diff --git a/static/build.html b/static/build.html index 74ef5c86..af5239db 100644 --- a/static/build.html +++ b/static/build.html @@ -738,7 +738,7 @@ cp out-vendor-modules/android13-5.10/dist/*.ko $ANDROID_BUILD_TOP/kernel/prebuil
mkdir -p android/kernel/shusky
 cd android/kernel/shusky
-repo init -u https://github.com/GrapheneOS/kernel_manifest-shusky.git -b 14
+repo init -u https://github.com/GrapheneOS/kernel_manifest-zuma.git -b 14
 repo sync -j8

To build the shusky kernel for the Pixel 8 and Pixel 8 Pro:

@@ -753,7 +753,7 @@ repo sync -j8
mkdir -p android/kernel/akita
 cd android/kernel/akita
-repo init -u https://github.com/GrapheneOS/kernel_manifest-akita.git -b 14-akita
+repo init -u https://github.com/GrapheneOS/kernel_manifest-zuma.git -b 14
 repo sync -j8

To build the akita kernel for the Pixel 8a:

diff --git a/static/source.html b/static/source.html index 8b84ae8c..b4126ae2 100644 --- a/static/source.html +++ b/static/source.html @@ -208,8 +208,7 @@
  • kernel_gs: Kernel sources for the Pixel 6, Pixel 6 Pro, Pixel 6a, Pixel 7, Pixel 7 Pro, Pixel 7a, Pixel Tablet and Pixel Fold. These sources are only used to build device-specific modules. The Generic Kernel Image is built from the common kernel.
  • kernel_google-modules_power_reset-gs: Kernel reset driver for the Pixel 6, Pixel 6 Pro, Pixel 6a, Pixel 7, Pixel 7 Pro, Pixel 7a, Pixel Tablet and Pixel Fold.
  • kernel_google-modules_wlan_bcmdhd_bcm4389: Kernel Wi-Fi/Bluetooth driver for the Pixel 6, Pixel 6 Pro, Pixel 6a, Pixel 7, Pixel 7 Pro and Pixel Fold.
  • -
  • kernel_manifest-shusky: Kernel manifest for the Pixel 8 and Pixel 8 Pro.
  • -
  • kernel_manifest-akita: Kernel manifest for the Pixel 8a.
  • +
  • kernel_manifest-zuma: Kernel manifest for the Pixel 8, Pixel 8 Pro and Pixel 8a.
  • kernel_devices_google_akita: Kernel setup for Pixel 8a.
  • kernel_devices_google_shusky: Kernel setup for Pixel 8 and Pixel 8 Pro.
  • kernel_google-modules_power_reset-zuma: Kernel reset driver for the Pixel 8 and Pixel 8 Pro.