Merge "Bumping the HAL client version." am: 96686aaf60
am: a4174c8c39
Original change: https://android-review.googlesource.com/c/platform/system/core/+/1978106 Change-Id: Iaf91fa2eb0c5f739c02e1b29b1f958ce9cc45866
This commit is contained in:
commit
39fdf1d533
1 changed files with 2 additions and 1 deletions
|
@ -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();
|
||||
}
|
||||
|
||||
|
|
Loading…
Reference in a new issue