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