[android-porting] Re: Android GPS [SOLVED]

2010-07-23 Thread bridgette
I created a gps directory and placed my gps source code there (i.e ANDROID_PATH/vendor/acme/board/gps), created a Android.mk file in that same directory and listed my sources and added LOCALE_MODULE :=libgps to ensure the module is compiled. next, I added the BOARD_GPS_LIBRARIES := libgps to the

[android-porting] Re: Android GPS [SOLVED]

2010-07-22 Thread Aaron Mills
Bridgette -- could you please briefly describe what you did that worked? Did you need to download the entire platform source code to build libgps.so? On Jul 7, 8:49 am, bridgette tbridge...@yahoo.com wrote: thanks for the input...I did get this working a while back. On Jun 11, 12:59 am, Mikkel

[android-porting] Re: Android GPS [SOLVED]

2010-07-07 Thread bridgette
thanks for the input...I did get this working a while back. On Jun 11, 12:59 am, Mikkel Christensen mikkel.christen...@ixonos.com wrote: hi, You need to add BOARD_GPS_LIBRARIES := libgps to whatever BoardConfig.mk file you are using. Then run touch hardware/libhardware_legacy/gps/gps.cpp