Difference between revisions of "Android Kernel Build"
From eLinux.org
(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 20: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.
- 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