[android-porting] Re: Android library on build system

2010-12-06 Thread Anders Widen
LOCAL_RESOURCE_DIR += $(LOCAL_PATH)/../res > > On Fri, Dec 3, 2010 at 8:11 AM, Anders Widen wrote: > > We're developing a group of applications and want to reuse resources > > (drawables, styles, colors...) in all of these apps to have a > > consistent and modifiable syst

[android-porting] Android library on build system

2010-12-03 Thread Anders Widen
We're developing a group of applications and want to reuse resources (drawables, styles, colors...) in all of these apps to have a consistent and modifiable system. Is there a way to have an "Android Project Library" of resources that are not shared on the platform but built into each app seperatl