Kernel Builder is a command line application which automates compiling the Linux kernel for android devices.
Kernel Builder is under active development
$ make init
$ make installInitialize kbuilder and the build environment
$ kbuilder initSelect a compiler to use
$ kbuilder gcc setClean up build files
$ kbuilder cleanBuild an OTA package
$ kbuilder build otapackage


