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 <[email protected]>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 > built. It has its own set of rules to build it. > > Something like this: > > -------------------- Android.mk -------------------- > $(PRODUCT_OUT)/foo/bar: > # rules to build the file > > $(call something) > -------------------- Android.mk -------------------- > > For "something" I tried, among other things, dist-for-goals, like this: > > $(call dist-for-goals, droid, $(PRODUCT_OUT)/foo/bar) > > My Android.mk is being read, but $(PRODUCT_OUT)/foo/bar is never built. > > Note that "make $(PRODUCT_OUT)/foo/bar" does what I want. > > Please apply cluebat! > > Marcelo > > > > --~--~---------~--~----~------------~-------~--~----~ unsubscribe: [email protected] website: http://groups.google.com/group/android-porting -~----------~----~----~----~------~----~------~--~---
