[android-porting] Re: How to add a file to the list of targets?

2009-03-23 Thread Fredrik Markström
ALL_DEFAULT_INSTALLED_MODULES += $(PRODUCT_OUT)/foo/bar works, but I'm not sure if it's the recommended way ! /Fredrik On Mon, Mar 23, 2009 at 11:05 PM, Marcelo wrote: > > Hi, > > I'm starting to pull my hair on this one... > > I need to add a target-specific file to the list of targets to be >

[android-porting] Re: How to add a file to the list of targets?

2009-03-24 Thread Marcelo
2009/3/23 Fredrik Markström : > ALL_DEFAULT_INSTALLED_MODULES += $(PRODUCT_OUT)/foo/bar works, but I'm not > sure if it's the recommended way ! Yep, I have something like that now, but I was looking for a more cleaner way that takes care of generating rules for cleaning, notices files and all tha