They are not merge, they are simply searched in numerical order (so sysdir.1
first, then sysdir.2, etc...)
A platform add-on typically provides a full system.img if it provides new
system libraries / frameworks.

There is no way to provide partial system images that get merged into the
main one.

On Wed, May 4, 2011 at 9:53 AM, freakingtux <kees.jongenbur...@gmail.com>wrote:

> Hello
>
> I am trying to understand what can be put in a platform add-ons and
> therefore need to understand how some parts of the emulator work.
>
> When a new avd is created for an add-on a config.ini file is put in the
> avd's directory. This ini files contains multiple entries to a sysdir
>
> image.sysdir.2=platforms/android-8/images/
> image.sysdir.1=add-ons/example_addon-ver670881-user-linux-x86/images/
>
> When the emulator is started it looks like the different sysdir's are
> merges somehow.
> How does this work?
> Can I override anything?
>
> Greetings
>
> --
> unsubscribe: android-porting+unsubscr...@googlegroups.com
> website: http://groups.google.com/group/android-porting
>

-- 
unsubscribe: android-porting+unsubscr...@googlegroups.com
website: http://groups.google.com/group/android-porting

Reply via email to