seconding David,

> /system/lib/hw/libgps.goldfish.so
android looks first for <library-module-name>.<platform-tag>.so

<platfrom-tag> is dicated by one of the system property in below order
"ro.hardware",
"ro.product.board",
"ro.board.platform",
"ro.arch"
more info is in hardware.c =>
http://git.omapzoom.org/?p=platform/hardware/libhardware.git;a=blob;f=hardware.c;hb=p-froyo


On Wed, Dec 1, 2010 at 4:33 PM, David Turner <di...@android.com> wrote:

> The SDK system images contain /system/lib/hw/libgps.goldfish.so which
> implements the GPS implementation for the emulated session.
> Source code is available under sdk/emulator/gps/
>
>
> On Fri, Nov 26, 2010 at 2:59 PM, Dudero <sinfanh...@googlemail.com> wrote:
>
>> Hello,
>>
>> I do not understand why I can not find the "libgps.so" at "/system/
>> lib" in the emulator (Eclair 2.1 with GPS support enabled).
>>
>> The gps test app GPSStatus works well and receives the NMEA-Messages
>> via Telnet...
>>
>> Does the emulator not require this libary?
>>
>>
>> Best Regards,
>> Andreas
>>
>> --
>> unsubscribe: 
>> android-porting+unsubscr...@googlegroups.com<android-porting%2bunsubscr...@googlegroups.com>
>> website: http://groups.google.com/group/android-porting
>>
>
>  --
> unsubscribe: 
> android-porting+unsubscr...@googlegroups.com<android-porting%2bunsubscr...@googlegroups.com>
> website: http://groups.google.com/group/android-porting
>



-- 
Regards,
Deva
www.bittoggler.com

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

Reply via email to