i made a few changes in gps and compiled it to generate libgps.so, but no such file is generated after compilation. i am using froyo branch for this. The compilation was successful and system.img was also generated.
where can i find this file or how to generate it?
i made a few changes in gps and compiled it to generate libgps.so, but
Share
By default, gps.cpp is compiled in to
libhardware_legacy.soand notlibgps.so. If you want to make libgps.so with your changes, you will have to modifyAndroid.mkin hardware/libhardware_legacy/gps.