From 27b9a291073d75158a50a47643683ff0a510de9e Mon Sep 17 00:00:00 2001 From: Daniel Micay Date: Thu, 30 Nov 2023 20:56:31 -0500 Subject: [PATCH] update emulator kernel build instructions --- static/build.html | 4 ++-- 1 file 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 ../..
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/prebuil
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

To build the 5.10 kernel image and modules for the emulator: