I need a way to quickly swap the set of assets/resources built into my Android app. I am developing an application that will be used by more than one company and each wants their own logo and help document included in the app. In other IDE's I could set up build configurations for each company and just pick which configuration I want to build, so for each release I would select the config for company 1 and build it, then select the configuration for company 2 and build it, etc.
I am already using conditional compilation techniques to swap version of functions in and out of the app, but I need to do the same with the resource files.
Is there a convenient way to do this or something like this in Eclipse?