Android Kernel Build

From eLinux.org
Jump to: navigation, search

How to build an Android kernel.

The Android build system may or may not automatically rebuild a kernel for you.

This page documents how to build an Android kernel, independent of the regular Android "distribution" build system.

[FIXTHIS - nothing here yet.]

Building an Individual application

Steps required to compile individual application package in Android SDK.

  1. Go to build directory under Android sdk directory
  2. Execute source source envsetup.sh
  3. Go to corresponding application directory
  4. Issue mm command to build the application only