diff --git a/static/build.html b/static/build.html index bb1bba00..3f4277bc 100644 --- a/static/build.html +++ b/static/build.html @@ -701,7 +701,7 @@ cd ../..
mkdir -p android/kernel/5.15 cd android/kernel/5.15 -repo init -u https://github.com/GrapheneOS/kernel_manifest-5.15.git -b 13 +repo init -u https://github.com/GrapheneOS/kernel_manifest-5.15.git -b 14 repo sync -j8
To build the 5.15 kernel image and modules for the emulator:
@@ -722,7 +722,7 @@ cp out-vendor-modules/android13-5.15/dist/*.ko $ANDROID_BUILD_TOP/kernel/prebuilmkdir -p android/kernel/5.10 cd android/kernel/5.10 -repo init -u https://github.com/GrapheneOS/kernel_manifest-5.10.git -b 13 +repo init -u https://github.com/GrapheneOS/kernel_manifest-5.10.git -b 14 repo sync -j8
To build the 5.10 kernel image and modules for the emulator: