diff options
Diffstat (limited to 'gpswrapper/gps.c')
-rwxr-xr-x | gpswrapper/gps.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/gpswrapper/gps.c b/gpswrapper/gps.c index d921e27..a4e8f7f 100755 --- a/gpswrapper/gps.c +++ b/gpswrapper/gps.c @@ -31,7 +31,7 @@ #define LOG_TAG "gps-wrapper"
#include <utils/Log.h>
-#define ORIGINAL_HAL_PATH "/system/lib/hw/vendor-gps.smdkv310.so"
+#define ORIGINAL_HAL_PATH "/system/lib/hw/vendor-gps.s5pc210.so"
static const AGpsRilInterface* oldAGPSRIL = NULL;
static AGpsRilInterface newAGPSRIL;
|