Skip to content

Instantly share code, notes, and snippets.

View rezamqds's full-sized avatar
:octocat:

rezamqds rezamqds

:octocat:
View GitHub Profile
@P1N2O
P1N2O / README.md
Last active March 26, 2025 15:27
Guide to Compile an Android Kernel with Clang

Android Kernel Compilation Guide

This gist is intended to assist beginners, like myself, in getting started with Android Kernel Compilation. Please note that while I'm sharing my setup and process, this guide may not be entirely accurate, and I welcome suggestions from experienced developers to improve it.

Installing Build Tools

I am on Arch, so I will be using pacman to install the base-devel package group.

sudo pacman -S base-devel

On a Debian based distro, you can use apt and install the build-essential package.

@j-jith
j-jith / miui-fastboot-howto.rst
Last active April 9, 2025 00:21
How to flash MIUI Fastboot ROM from Linux

How to flash MIUI Fastboot ROM from Linux