Re: [android-porting] Emulator:how are add-on platform images merged ?

2011-05-16 Thread David Turner
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.

Re: [android-porting] Emulator:how are add-on platform images merged ?

2011-05-16 Thread freakingtux
Hello On Monday, May 16, 2011 5:48:28 PM UTC+2, Digit wrote: 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

[android-porting] Emulator:how are add-on platform images merged ?

2011-05-04 Thread freakingtux
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