On Mar 19, 9:21 am, chungae9ri <chungae...@gmail.com> 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 can get lost in the environment which gets called in different stages. Better option would be analyse the make dependencies and make a tree. -- unsubscribe: android-porting+unsubscr...@googlegroups.com website: http://groups.google.com/group/android-porting To unsubscribe from this group, send email to android-porting+unsubscribegooglegroups.com or reply to this email with the words "REMOVE ME" as the subject.