Skip to content

Latest commit

 

History

History
42 lines (31 loc) · 875 Bytes

File metadata and controls

42 lines (31 loc) · 875 Bytes

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