mirror of
https://github.com/Evolution-X/hardware_interfaces
synced 2026-02-01 16:23:37 +00:00
Update Cuttlefish mock GNSS hardware model name
Test: atest GnssHardwareInfoTest Bug: 258680584 Change-Id: I17c877848aee4b607cd0d798e7c91a1987fd6286 Merged-In: I17c877848aee4b607cd0d798e7c91a1987fd6286
This commit is contained in:
@@ -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()) {
|
||||
|
||||
Reference in New Issue
Block a user