update emulator kernel build instructions

This commit is contained in:
Daniel Micay 2023-11-30 20:56:31 -05:00
parent 91652bad26
commit 27b9a29107

View File

@ -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>