Skip to content

rc-chuah/ZenMaxBuilder

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Android Kernel Builder

Proton-Clang Eva-GCC Proton-GCC

codequality codescore codefactor

ZenMaxBuilder is an Android Kernel Builder written in bash, which can be runned on any Linux System (feel free to Pull Request for Windows support). By default it uses Proton-Clang, Eva-GCC or Proton-GCC but you can use any toolchains you like by editing config.sh file. The perfect tool to compile on the fly and keep fresh and clean kernel paths.

Requirements

Dependencies will be prompted to install or you can manually install them.

bash git zip llvm lld clang expect openjdk (java)

Usage

  1. git clone https://github.com/grm34/ZenMaxBuilder.git
  2. cd ZenMaxBuilder
  3. Edit config.sh to set your settings (optional)
  4. bash zmb --start

Options

Usage: bash zmb [OPTION] [ARGUMENT] (e.q. bash zmb --start)

Options
    -h, --help                      show this message and exit
    -s, --start                     start new kernel compilation
    -u, --update                    update script and toolchains
    -l, --list                      show list of your kernels
    -t, --tag            [v4.19]    show the latest Linux tag
    -m, --msg          [message]    send message on Telegram
    -f, --file            [file]    send file on Telegram
    -z, --zip     [Image.gz-dtb]    create flashable zip

Working structure

ZenMaxBuilder/
|
|---- builds/               # Flashable kernel zips
|     |---- DEVICE1/
|     |---- DEVICE2/
|
|---- logs/                 # Compilation build logs
|     |---- DEVICE1/
|     |---- DEVICE2/
|
|---- out/                  # Kernel working directories
|     |---- DEVICE1/
|     |---- DEVICE2/

Screenshot

screenshot

Credits

Links

About

Android Kernel Builder

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Languages

  • Shell 100.0%