Skip to content

azrim/android-kernel-builder

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

39 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

0 stars

Watchers

0 watching

Forks

Releases

No releases published

Packages

 
 
 

Contributors

Languages

  • Shell 89.8%
  • Roff 10.2%