Skip to content

kimocoder/android-kernel-builder

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

7 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 configs/ (check the example config in configs/examples/example)
  • Add kernel sources in kernels/
  • ./build config [-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

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • C++ 69.2%
  • C 28.4%
  • CMake 0.6%
  • Assembly 0.3%
  • Python 0.3%
  • XC 0.3%
  • Other 0.9%