mirror of
https://github.com/Evolution-X/hardware_interfaces
synced 2026-02-01 16:50:18 +00:00
Update Cuttlefish mock GNSS hardware model name am: 08e0d7dfb0
Original change: https://googleplex-android-review.googlesource.com/c/platform/hardware/interfaces/+/20489237 Change-Id: I85c6c9b74f8f82551e8c9331550a2a8858609061 Signed-off-by: Automerger Merge Worker <android-build-automerger-merge-worker@system.gserviceaccount.com>
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