summaryrefslogtreecommitdiff
path: root/ng/include/AndroidKeyMintDevice.h
diff options
context:
space:
mode:
Diffstat (limited to 'ng/include/AndroidKeyMintDevice.h')
-rw-r--r--ng/include/AndroidKeyMintDevice.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/ng/include/AndroidKeyMintDevice.h b/ng/include/AndroidKeyMintDevice.h
index b1b27cb..06557be 100644
--- a/ng/include/AndroidKeyMintDevice.h
+++ b/ng/include/AndroidKeyMintDevice.h
@@ -94,6 +94,6 @@ class AndroidKeyMintDevice : public BnKeyMintDevice {
SecurityLevel securityLevel_;
};
-IKeyMintDevice* CreateKeyMintDevice(SecurityLevel securityLevel);
+std::shared_ptr<IKeyMintDevice> CreateKeyMintDevice(SecurityLevel securityLevel);
} // namespace aidl::android::hardware::security::keymint