mirror of
https://github.com/Evolution-X/hardware_interfaces
synced 2026-02-01 11:36:00 +00:00
Update Cuttlefish mock GNSS hardware model name am: 08e0d7dfb0 am: c4c5d1549e am: c2e719bbd8
Original change: https://googleplex-android-review.googlesource.com/c/platform/hardware/interfaces/+/20489237 Change-Id: Ie918d5361864f515892e4aa971b91b5708792fe8 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