summaryrefslogtreecommitdiff
path: root/msm8909w_3100
diff options
context:
space:
mode:
authorDante Russo <drusso@codeaurora.org>2018-02-20 15:52:33 -0800
committerTim Kryger <tkryger@google.com>2018-02-22 23:43:42 +0000
commit4cb377acac6f9703c8bf09f99994d03a44de318f (patch)
tree537f53b468dfea5de7a578a4e6b1084d0d5fa7ca /msm8909w_3100
parent87b632f0955ccb7e2ad59ed34d02544b29e65e16 (diff)
downloadgps-4cb377acac6f9703c8bf09f99994d03a44de318f.tar.gz
flp.conf should be read from /vendor/etc/
flp.conf was being read from incorrect path, which was causing GetBatchSize API to read incorrect batch size. Change-Id: Ib95610e72157834fc731f35b67eb475dfe6af5a2 CRs-fixed: 2193052 Bug: 73251835 (cherry picked from commit 3a50d10ece534ca1414112dfd11e0e6115cc51e1)
Diffstat (limited to 'msm8909w_3100')
-rw-r--r--msm8909w_3100/location/LocationAPIClientBase.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/msm8909w_3100/location/LocationAPIClientBase.cpp b/msm8909w_3100/location/LocationAPIClientBase.cpp
index 070c585..56029e1 100644
--- a/msm8909w_3100/location/LocationAPIClientBase.cpp
+++ b/msm8909w_3100/location/LocationAPIClientBase.cpp
@@ -34,7 +34,7 @@
#include <loc_cfg.h>
#include "LocationAPIClientBase.h"
-#define FLP_CONF_FILE "/etc/flp.conf"
+#define FLP_CONF_FILE "/vendor/etc/flp.conf"
#define GEOFENCE_SESSION_ID 0xFFFFFFFF
#define CONFIG_SESSION_ID 0xFFFFFFFF