commit | ac2680df493401044d370f4204dd079d5f47e138 | [log] [tgz] |
---|---|---|
author | Dante Russo <drusso@codeaurora.org> | Tue Mar 24 00:56:26 2020 +0000 |
committer | Automerger Merge Worker <android-build-automerger-merge-worker@system.gserviceaccount.com> | Tue Mar 24 00:56:26 2020 +0000 |
tree | 7f7b5f617fd0aeab4a8997e96f9ee68b059e3a23 | |
parent | da9b35684a91c8d50326c6e723f00d482b9cd967 [diff] | |
parent | 793dfc256b20edb0ca386e5dd8cc76e151be6928 [diff] |
Fix odcpi feature when Location is off in settings am: ca948af6d6 am: 01c4c76c90 am: dffee99f59 am: 793dfc256b Change-Id: I7dc022c647c66cb5a6c1435808fce85099179a85
diff --git a/sdm845/gnss/location_gnss.cpp b/sdm845/gnss/location_gnss.cpp index 105145a..a8b9ac2 100644 --- a/sdm845/gnss/location_gnss.cpp +++ b/sdm845/gnss/location_gnss.cpp
@@ -109,6 +109,7 @@ const GnssInterface* getGnssInterface() #endif // DEBUG_X86 { + gGnssInterface.initialize(); return &gGnssInterface; }