summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDante Russo <drusso@codeaurora.org>2020-03-24 10:04:19 +0000
committerAutomerger Merge Worker <android-build-automerger-merge-worker@system.gserviceaccount.com>2020-03-24 10:04:19 +0000
commitb27ffb22c08d75297aeb04a76d84dd535a5315c5 (patch)
treed38070c1fa6254297ba5892d64fac08d1c89b322
parenteb0cdb7bea940eb9fb6c9cd6108d2ce543b13c3f (diff)
parentbd44f3cfbf3832b658a43134f3b4179ce5ffe665 (diff)
downloadgps-b27ffb22c08d75297aeb04a76d84dd535a5315c5.tar.gz
Fix odcpi feature when Location is off in settings am: 7fcd884a21 am: 33f9df339a am: bd44f3cfbf
Change-Id: I5c187df38b4fd875c1032be19e05930c92292fc1
-rw-r--r--gnss/location_gnss.cpp1
1 files changed, 1 insertions, 0 deletions
diff --git a/gnss/location_gnss.cpp b/gnss/location_gnss.cpp
index 97e99e4..c3ea105 100644
--- a/gnss/location_gnss.cpp
+++ b/gnss/location_gnss.cpp
@@ -140,6 +140,7 @@ extern "C" const GnssInterface* getGnssInterface()
const GnssInterface* getGnssInterface()
#endif // DEBUG_X86
{
+ gGnssInterface.initialize();
return &gGnssInterface;
}