Skip to content

ElectroPerf/android-kernel-builder

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

76 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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 device/vendor/codename.py (check the example config in device/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

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Python 98.8%
  • Shell 1.2%