Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion kernel-compilation.md
Original file line number Diff line number Diff line change
Expand Up @@ -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.
Expand Down