Difference between revisions of "Android Kernel Build"

From eLinux.org
Jump to: navigation, search
(add to category:android)
 
Line 7: Line 7:
  
 
[FIXTHIS - nothing here yet.]
 
[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
  
 
[[Category:Android]]
 
[[Category:Android]]

Latest revision as of 13:00, 4 December 2009

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