[android-porting] Re: android build sequence

2010-03-25 Thread Neo
On Mar 19, 9:21 am, chungae9ri wrote: > Hi, I am analyzing the build flow of android. > I inserted the messages like print log and I lost after the build/core/ > main.mk. > what is the next step or makefile that is executed after main.mk? The build is a huge set of nested makefiles. Your prints

Re: [android-porting] Re: android build sequence

2010-03-29 Thread Deva R
android is a monolithic build system and nested around whole directory structure, making it tough to track manually. it all starts from /build/main.mk, build walks through complete directory structure, calculate dependencies, and starts building.. anyways, you can get description and usage of And