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

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

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

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

Change-Id: I01249369a8ae59a1835ab8a1a0b7122426c87e72
parents 3ecce81c 96686aaf
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();
}