summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDante Russo <drusso@codeaurora.org>2020-03-24 10:04:27 +0000
committerAutomerger Merge Worker <android-build-automerger-merge-worker@system.gserviceaccount.com>2020-03-24 10:04:27 +0000
commit365ffc4707c1290c0a85206b71a5c767d7840bd0 (patch)
treed38070c1fa6254297ba5892d64fac08d1c89b322
parent5d19ecbd3c0bebd9f99c041bfdb166ebbbf0e10d (diff)
parentbd44f3cfbf3832b658a43134f3b4179ce5ffe665 (diff)
downloadgps-365ffc4707c1290c0a85206b71a5c767d7840bd0.tar.gz
Fix odcpi feature when Location is off in settings am: 7fcd884a21 am: 33f9df339a am: bd44f3cfbf
Change-Id: I113a254241c432aac09beb3ade93634862d4c2f4
-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;
}