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