summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDante Russo <drusso@codeaurora.org>2020-03-24 09:33:17 +0000
committerAutomerger Merge Worker <android-build-automerger-merge-worker@system.gserviceaccount.com>2020-03-24 09:33:17 +0000
commit33f9df339aa07121f79db4158ffd9e9d8fa859c3 (patch)
treed38070c1fa6254297ba5892d64fac08d1c89b322
parentcad5721854e46d2d8821d748911e461c6eec101c (diff)
parent7fcd884a21b25b40fb8054a8dfcd895442b3266b (diff)
downloadgps-33f9df339aa07121f79db4158ffd9e9d8fa859c3.tar.gz
Fix odcpi feature when Location is off in settings am: 7fcd884a21
Change-Id: I27f4e3d33608e853614d47961499471e31c4add3
-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;
}