diff options
Diffstat (limited to 'static')
| -rw-r--r-- | static/build.html | 4 |
1 files changed, 2 insertions, 2 deletions
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 ../..</pre> <pre>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</pre> <p>To build the 5.15 kernel image and modules for the emulator:</p> @@ -722,7 +722,7 @@ cp out-vendor-modules/android13-5.15/dist/*.ko $ANDROID_BUILD_TOP/kernel/prebuil <pre>mkdir -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</pre> <p>To build the 5.10 kernel image and modules for the emulator:</p> |
