diff options
author | Zhanghao Wen <zhanghaow@google.com> | 2022-11-14 21:29:46 -0800 |
---|---|---|
committer | Zhanghao Wen <zhanghaow@google.com> | 2022-11-16 20:01:34 +0000 |
commit | 08e0d7dfb073085e16b19862e9bee37833fe7d81 (patch) | |
tree | a69a6e0c2cb41433e32ce262b59230d26287752a | |
parent | ee100afbbd17ae7984a1cbaa60065683cc0b5b24 (diff) |
Update Cuttlefish mock GNSS hardware model name
Test: atest GnssHardwareInfoTest
Bug: 258680584
Change-Id: I17c877848aee4b607cd0d798e7c91a1987fd6286
Merged-In: I17c877848aee4b607cd0d798e7c91a1987fd6286
-rw-r--r-- | gnss/aidl/default/Gnss.cpp | 2 |
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()) { |