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%[email protected]>
> website: http://groups.google.com/group/android-porting
>

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

Reply via email to