diff options
author | Seth Moore <sethmo@google.com> | 2022-01-25 23:04:37 +0000 |
---|---|---|
committer | Seth Moore <sethmo@google.com> | 2022-01-25 23:04:37 +0000 |
commit | 1bf823ce75512d8514556a7c98752c1313af886b (patch) | |
tree | 8d71317158f8c634b17ea271cf7ac8070ca7688e /identity/aidl/default/common/IdentityCredential.cpp | |
parent | ff3df54c398f099089db3422f61e53e270a12b5d (diff) |
Revert^2 "Add remote key provisioning to the IC HAL"
be32113307d67f54e594e5322f85b65e4e2c4fdb
Change-Id: I55ddbddd0bc317f1f077a63b0275c4d55fd9c76f
Diffstat (limited to 'identity/aidl/default/common/IdentityCredential.cpp')
-rw-r--r-- | identity/aidl/default/common/IdentityCredential.cpp | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/identity/aidl/default/common/IdentityCredential.cpp b/identity/aidl/default/common/IdentityCredential.cpp index 7678ecb918..ff80752ee7 100644 --- a/identity/aidl/default/common/IdentityCredential.cpp +++ b/identity/aidl/default/common/IdentityCredential.cpp @@ -1012,8 +1012,8 @@ ndk::ScopedAStatus IdentityCredential::updateCredential( IIdentityCredentialStore::STATUS_FAILED, "Error creating provisioning proxy")); } shared_ptr<WritableIdentityCredential> wc = - ndk::SharedRefBase::make<WritableIdentityCredential>(provisioningHwProxy, docType_, - testCredential_); + ndk::SharedRefBase::make<WritableIdentityCredential>( + provisioningHwProxy, docType_, testCredential_, hardwareInformation_); if (!wc->initializeForUpdate(encryptedCredentialKeys_)) { return ndk::ScopedAStatus(AStatus_fromServiceSpecificErrorWithMessage( IIdentityCredentialStore::STATUS_FAILED, |