From 52ffbdb14878ebe654d7720231acc99fa5213956 Mon Sep 17 00:00:00 2001 From: J <40410860+Seriousattempts@users.noreply.github.com> Date: Sat, 5 Jul 2025 17:58:02 -0400 Subject: [PATCH] Update kernel-compilation.md Replacing image-creation.md with rootfs-creation.md. --- kernel-compilation.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/kernel-compilation.md b/kernel-compilation.md index b0d5f23..46c17b0 100644 --- a/kernel-compilation.md +++ b/kernel-compilation.md @@ -28,7 +28,7 @@ If your device has shipped with Android 8.1 or 9, it probably is GSI (Generic Sy This will reduce the amount of work the porter has to do significantly. If your device doesn't support GSI, you'll also need to compile a patched system image. -The documentation for image creation can be found in [this guide](./image-creation.md) +The documentation for image creation can be found in [this guide](./rootfs-creation.md) On Halium, the Android kernel is built via the standard Android toolchain. While this makes sense, on GSI-capable devices this can be a waste of time since often only kernel changes are required.