summaryrefslogtreecommitdiff
path: root/gnss/aidl/default/Gnss.cpp
diff options
context:
space:
mode:
authorMatt Lee <matthewhlee@google.com>2023-03-02 14:24:21 -0800
committerMatt Lee <matthewhlee@google.com>2023-03-02 14:24:21 -0800
commit0b9798cf11d9eddcde7fae9cf1b4e071664d82b2 (patch)
treea3a392a1a443d592d7ec7115168943bce27d2e2e /gnss/aidl/default/Gnss.cpp
parentbf59bdb75c83ad30ddbd66b8f7a3846284150cb6 (diff)
parentc79e56f9faf756d4b0b034df7d2bf83897c4b715 (diff)
Merge t-qpr-2023-03
Change-Id: I2e4738c71d248997dc6d4064b157d19b430f2ff9
Diffstat (limited to 'gnss/aidl/default/Gnss.cpp')
-rw-r--r--gnss/aidl/default/Gnss.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/gnss/aidl/default/Gnss.cpp b/gnss/aidl/default/Gnss.cpp
index cf2c90d359..2d6490c832 100644
--- a/gnss/aidl/default/Gnss.cpp
+++ b/gnss/aidl/default/Gnss.cpp
@@ -68,7 +68,7 @@ ScopedAStatus Gnss::setCallback(const std::shared_ptr<IGnssCallback>& callback)
IGnssCallback::GnssSystemInfo systemInfo = {
.yearOfHw = 2022,
- .name = "Google Mock GNSS Implementation AIDL v2",
+ .name = "Google, Cuttlefish, AIDL v2",
};
status = sGnssCallback->gnssSetSystemInfoCb(systemInfo);
if (!status.isOk()) {