Difference between revisions of "Android Build System"

From eLinux.org
Jump to: navigation, search
(Created page with 'Here's a link to a good blog article by Steve Guo on the Android Build system http://letsgoustc.spaces.live.com/blog/cns!89AD27DFB5E249BA!465.entry Category:Android')
 
(add page about android build system)
Line 1: Line 1:
Here's a link to a good blog article by Steve Guo on the Android Build system
+
Basics of the Android Build system are described at:
 +
http://source.android.com/porting/build_system.html
  
http://letsgoustc.spaces.live.com/blog/cns!89AD27DFB5E249BA!465.entry
+
 
 +
More information about the Android build system, and some of the rationale for it, are described
 +
at:
 +
http://android.git.kernel.org/?p=platform/build.git;a=blob_plain;f=core/build-system.html
 +
 
 +
You use build/envsetup.sh to set up a "convenience environment" for working on the
 +
Android source code.  This file should be source'ed into your current shell environment.
 +
After doing so you can type 'help' for a list of defined functions which are helpful
 +
for interacting with the source.
 +
  
 
[[Category:Android]]
 
[[Category:Android]]

Revision as of 17:13, 9 June 2010

Basics of the Android Build system are described at: http://source.android.com/porting/build_system.html


More information about the Android build system, and some of the rationale for it, are described at: http://android.git.kernel.org/?p=platform/build.git;a=blob_plain;f=core/build-system.html

You use build/envsetup.sh to set up a "convenience environment" for working on the Android source code. This file should be source'ed into your current shell environment. After doing so you can type 'help' for a list of defined functions which are helpful for interacting with the source.