summaryrefslogtreecommitdiff
path: root/identity/CredentialStore.h
diff options
context:
space:
mode:
authorTri Vo <trong@google.com>2023-01-31 14:11:15 -0800
committerTri Vo <trong@google.com>2023-03-03 15:26:16 -0800
commit190a43b9793714288fff72f88bc310c5fb2056cd (patch)
tree986617ce3a47516b2bb18a74f3c2031781bbac69 /identity/CredentialStore.h
parent467f8980bdd416cb683c41f23ebe31ed83639781 (diff)
downloadsecurity-190a43b9793714288fff72f88bc310c5fb2056cd.tar.gz
identity: Remove IRemotelyProvisionedKeyPool usage
Test: m credstore Change-Id: I5aa0a389083b28cb51dbd47297403b955104b8a6
Diffstat (limited to 'identity/CredentialStore.h')
-rw-r--r--identity/CredentialStore.h2
1 files changed, 0 insertions, 2 deletions
diff --git a/identity/CredentialStore.h b/identity/CredentialStore.h
index 57c94e04..32c99755 100644
--- a/identity/CredentialStore.h
+++ b/identity/CredentialStore.h
@@ -22,7 +22,6 @@
#include <android/hardware/identity/IIdentityCredentialStore.h>
#include <android/security/identity/BnCredentialStore.h>
-#include <android/security/remoteprovisioning/IRemotelyProvisionedKeyPool.h>
#include <android/security/rkp/IRemoteProvisioning.h>
namespace android {
@@ -41,7 +40,6 @@ using ::android::hardware::identity::IIdentityCredentialStore;
using ::android::hardware::identity::IPresentationSession;
using ::android::hardware::identity::IWritableIdentityCredential;
using ::android::hardware::security::keymint::IRemotelyProvisionedComponent;
-using ::android::security::remoteprovisioning::IRemotelyProvisionedKeyPool;
class CredentialStore : public BnCredentialStore {
public: