Update Cuttlefish mock GNSS hardware model name
Test: atest GnssHardwareInfoTest Bug: 258680584 Change-Id: I17c877848aee4b607cd0d798e7c91a1987fd6286
This commit is contained in:
parent
ba3c21e1f9
commit
71c3d17fd8
1 changed files with 1 additions and 1 deletions
|
@ -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 v3",
|
||||
};
|
||||
status = sGnssCallback->gnssSetSystemInfoCb(systemInfo);
|
||||
if (!status.isOk()) {
|
||||
|
|
Loading…
Reference in a new issue