From: eLinux.org
Android Kernel Build
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.
- Go to build directory under Android sdk directory
- Execute source source envsetup.sh
- Go to corresponding application directory
- Issue mm command to build the application only