[android-porting] Re: android makefiles

2010-11-23 Thread Alonso Hu
You can try this: Append "include $(call all-makefiles-under,$(LOCAL_PATH))" to the parent Android.mk However, if there're "Android.mk"s in the subdir of the subdir of LOCAL_PATH, in my opinion, you should add the same command on the Android.mk of corresponded parent directory. Alonso On 11月23日

[android-porting] Re: Android makefiles(.mk) documentation.

2013-12-06 Thread Glenn Kasten
The high-level "how to" guide is at http://source.android.com/source/building.html but this doesn't discuss the details of how it works inside, or how to write your own makefiles. I personally prefer to learn by copy and paste from existing makefiles, but if you want to really study it from the

[android-porting] Re: Android makefiles(.mk) documentation.

2013-12-07 Thread slreddy
As a starting point you can start from here /ndk/docs ANDROID-MK.html APPLICATION-MK.html are having some good explanation Regards O S L Reddy On Saturday, December 7, 2013 7:37:49 AM UTC+5:30, Glenn Kasten wrote: > > The high-level "how to" guide is at > http://source.android.com/source/bui