/kernel-builder

Automate building the Linux Kernel for android devices

Primary LanguagePythonGNU General Public License v3.0GPL-3.0

Kernel Builder

Kernel Builder is a command line application which automates compiling the Linux kernel for android devices.

Project status

Kernel Builder is under active development

Installation

$ make init
$ make install

Usage

Initialize kbuilder and the build environment

$ kbuilder init

asciicast

Select a compiler to use

$ kbuilder gcc set

asciicast

Clean up build files

$ kbuilder clean

asciicast

Build an OTA package

$ kbuilder build otapackage

asciicast