commit | 9083c093806c8a82f03f04bc9722ab5be476d1f3 | [log] [tgz] |
---|---|---|
author | Zhanghao Wen <zhanghaow@google.com> | Wed Nov 16 00:33:32 2022 +0000 |
committer | Android (Google) Code Review <android-gerrit@google.com> | Wed Nov 16 00:33:32 2022 +0000 |
tree | b532fc9ec0f478caac277a9e9320d42cf9f7e041 | |
parent | 3039046fcf2288c256c7089c556260d5dec75f05 [diff] | |
parent | 71c3d17fd823303f34fbc262ae2bc56fa1501822 [diff] |
Merge "Update Cuttlefish mock GNSS hardware model name"
diff --git a/gnss/aidl/default/Gnss.cpp b/gnss/aidl/default/Gnss.cpp index 8a4d186..8d3fc39 100644 --- a/gnss/aidl/default/Gnss.cpp +++ b/gnss/aidl/default/Gnss.cpp
@@ -68,7 +68,7 @@ IGnssCallback::GnssSystemInfo systemInfo = { .yearOfHw = 2022, - .name = "Google Mock GNSS Implementation AIDL v2", + .name = "Google, Cuttlefish, AIDL v3", }; status = sGnssCallback->gnssSetSystemInfoCb(systemInfo); if (!status.isOk()) {