Merge "Move location files from /data/ to /data/vendor/"
This commit is contained in:
commit
2a49c5a0ef
1 changed files with 1 additions and 1 deletions
|
@ -64,7 +64,7 @@ static inline int createSocket() {
|
||||||
LOC_LOGe("create socket error. reason:%s", strerror(errno));
|
LOC_LOGe("create socket error. reason:%s", strerror(errno));
|
||||||
|
|
||||||
} else {
|
} else {
|
||||||
const char* socketPath = "/data/misc/location/xtra/socket_hal_xtra";
|
const char* socketPath = "/data/vendor/location/xtra/socket_hal_xtra";
|
||||||
struct sockaddr_un addr = { .sun_family = AF_UNIX };
|
struct sockaddr_un addr = { .sun_family = AF_UNIX };
|
||||||
snprintf(addr.sun_path, sizeof(addr.sun_path), "%s", socketPath);
|
snprintf(addr.sun_path, sizeof(addr.sun_path), "%s", socketPath);
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue