commit | 6738a2a17fac3b87c54b84ee2b444362d8cacedb | [log] [tgz] |
---|---|---|
author | Dante Russo <drusso@codeaurora.org> | Tue Mar 24 01:24:25 2020 +0000 |
committer | Automerger Merge Worker <android-build-automerger-merge-worker@system.gserviceaccount.com> | Tue Mar 24 01:24:25 2020 +0000 |
tree | 7f7b5f617fd0aeab4a8997e96f9ee68b059e3a23 | |
parent | 21a8eba9288d76d66e8c36f15ccb911e062ec2f9 [diff] | |
parent | ac2680df493401044d370f4204dd079d5f47e138 [diff] |
Fix odcpi feature when Location is off in settings am: ca948af6d6 am: 01c4c76c90 am: dffee99f59 am: 793dfc256b am: ac2680df49 Change-Id: I6ac861d1a4bb7ab30597ca55abab7b26348724df
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; }