summaryrefslogtreecommitdiff
path: root/static/build.html
diff options
context:
space:
mode:
authorDaniel Micay <daniel.micay@grapheneos.org>2023-11-30 20:56:31 -0500
committerDaniel Micay <daniel.micay@grapheneos.org>2023-11-30 20:56:31 -0500
commit27b9a291073d75158a50a47643683ff0a510de9e (patch)
treee175098cfd2b88a8aa4cbc327efdbadc2b9be2ae /static/build.html
parent91652bad260f9b3c4eb0f5000a2e0ef84080f152 (diff)
update emulator kernel build instructions
Diffstat (limited to 'static/build.html')
-rw-r--r--static/build.html4
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>