Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit 9083c093 authored by Zhanghao Wen's avatar Zhanghao Wen Committed by Android (Google) Code Review
Browse files

Merge "Update Cuttlefish mock GNSS hardware model name"

parents 3039046f 71c3d17f
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -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()) {