commit | 08e0d7dfb073085e16b19862e9bee37833fe7d81 | [log] [tgz] |
---|---|---|
author | Zhanghao Wen <zhanghaow@google.com> | Mon Nov 14 21:29:46 2022 -0800 |
committer | Zhanghao Wen <zhanghaow@google.com> | Wed Nov 16 20:01:34 2022 +0000 |
tree | a69a6e0c2cb41433e32ce262b59230d26287752a | |
parent | ee100afbbd17ae7984a1cbaa60065683cc0b5b24 [diff] |
Update Cuttlefish mock GNSS hardware model name Test: atest GnssHardwareInfoTest Bug: 258680584 Change-Id: I17c877848aee4b607cd0d798e7c91a1987fd6286 Merged-In: I17c877848aee4b607cd0d798e7c91a1987fd6286
diff --git a/gnss/aidl/default/Gnss.cpp b/gnss/aidl/default/Gnss.cpp index cf2c90d..2d6490c 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 v2", }; status = sGnssCallback->gnssSetSystemInfoCb(systemInfo); if (!status.isOk()) {