summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--android/hal/Gnss.cpp1
1 files changed, 1 insertions, 0 deletions
diff --git a/android/hal/Gnss.cpp b/android/hal/Gnss.cpp
index 2180e418..792ce5c9 100644
--- a/android/hal/Gnss.cpp
+++ b/android/hal/Gnss.cpp
@@ -144,6 +144,7 @@ Return<bool> Gnss::start() {
this->reportLocation(location);
} else if (is_automotive && last_recorded_fix == 0){
+ location.timestamp = (long) time(NULL);
this->reportLocation(location);
}