Aswinvt / android-kernel-builder

Little build system for Android kernel building, written in Python

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Android kernel building script

Little build system to build Android kernel sources

  • Includes GCC and Clang support
  • Managed with config files
  • Automatic AnyKernel3 packing

Instructions

  • Add a config for your kernel in configs/vendor/codename.py (check the example config in configs/examples/example.py)
  • Add kernel sources in kernel/
  • python3 -m build_kernel vendor/codename [-c]

Arguments:

config - name of the config to use

-c or --clean - do make clean before building

About

Little build system for Android kernel building, written in Python


Languages

Language:Python 98.3%Language:Shell 1.7%