Skip to content

binkillen/android-kernel-builder

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

28 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

1 star

Watchers

0 watching

Forks

Releases

No releases published

Packages

 
 
 

Contributors

Languages

  • Shell 88.1%
  • Roff 11.9%