Skip to content

Latest commit

 

History

History
42 lines (26 loc) · 1.92 KB

README.md

File metadata and controls

42 lines (26 loc) · 1.92 KB

Build Android GKI with GitHub Actions

CodeFactor

This repository provides an automated workflow to build the Android Generic Kernel Image (GKI) using GitHub Actions.
With this setup, you can compile the GKI kernel directly in GitHub’s cloud environment without requiring a powerful local machine.

🚀 Prerequisites

Before running the workflow, you need to configure some secrets in your GitHub repository:

  1. GH_TOKEN – Your GitHub personal access token, required for uploading build artifacts to the repository.

  2. TOKEN – Your Telegram bot token, required for sending build notification.

  3. CHAT_ID – The Telegram chat or group ID where the bot will send notifications.

How to Add Secrets to GitHub

⚙️ Configuration

Before running the workflow, you must modify the following files according to your requirements:

  • config.sh – Contains kernel configuration settings.
  • build.sh – The main script responsible for compiling the kernel.

Once configured, you can start building!

✅ Compatibility

GKI Version Support
5.10 ✅ Yes
>5.10 ❌ No

📜 License

This project is licensed under the WTFPL