Found the answer after some googling -
http://groups.google.com/group/android-framework/browse_thread/thread/e9974bd5a42af10a/61dc12b2bd0eadde

This info is pretty useful it should be in 
http://source.android.com/porting/index.html


Thanks,
-Naseer

On Aug 18, 8:48 pm, Robert Greenwalt <[email protected]> wrote:
> The build system provides an overlay feature that can be used for this.  It
> gives aapt one or more overlay paths that get used to modify the base
> resource file (config.xml in your case).  The config.xml that would exist in
> the overlay dir would only need to contain the values that you want to
> change.
>
> R
>
>
>
> On Wed, Aug 18, 2010 at 4:59 AM, Naseer <[email protected]> wrote:
> > Hi,
> > I want to override values in frameworks/base/core/res/res/values/
> > config.xml based on the target product.
> > What is the best method to override only selected values from them ?
> > I do not want to directly change the xml files do avoid conflicts with
> > other targets and to avoid maintenance issues.
>
> > Thanks,
> > -Naseer
>
> > --
> > unsubscribe: 
> > [email protected]<android-porting%2bunsubscr...@­googlegroups.com>
> > website:http://groups.google.com/group/android-porting- Hide quoted text -
>
> - Show quoted text -

-- 
unsubscribe: [email protected]
website: http://groups.google.com/group/android-porting

Reply via email to