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

Commit 39fdf1d5 authored by Tri Vo's avatar Tri Vo Committed by Automerger Merge Worker
Browse files

Merge "Bumping the HAL client version." am: 96686aaf am: a4174c8c

Original change: https://android-review.googlesource.com/c/platform/system/core/+/1978106

Change-Id: Iaf91fa2eb0c5f739c02e1b29b1f958ce9cc45866
parents 65b88f88 a4174c8c
Loading
Loading
Loading
Loading
+2 −1
Original line number Diff line number Diff line
@@ -71,9 +71,10 @@ class Status {
}  // namespace

ScopedAStatus TrustyRemotelyProvisionedComponentDevice::getHardwareInfo(RpcHardwareInfo* info) {
    info->versionNumber = 1;
    info->versionNumber = 2;
    info->rpcAuthorName = "Google";
    info->supportedEekCurve = RpcHardwareInfo::CURVE_25519;
    info->uniqueId = "Trusty: My password is ******";
    return ScopedAStatus::ok();
}