summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorXin Li <delphij@google.com>2020-08-24 15:53:43 -0700
committerXin Li <delphij@google.com>2020-08-24 23:23:20 +0000
commitf2651b06cd0fbec23eb9de8c31059837accba4ad (patch)
treed38070c1fa6254297ba5892d64fac08d1c89b322
parent927ce890b3d44e0ba326b537291ab59856fff341 (diff)
parent6626945466f625cb0680890ab5abb79f02482595 (diff)
downloadgps-f2651b06cd0fbec23eb9de8c31059837accba4ad.tar.gz
Merge QD4A.200805.003.
Bug: 160260413 Change-Id: I5342fa1d6072fba9d3d57d09f9e03ed62f60e50c Merged-In: I60adea4d9a0d174244b2441ce14093daf5c20efb
-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;
}