summaryrefslogtreecommitdiff
path: root/security/keymint/support/key_param_output.cpp
diff options
context:
space:
mode:
authorJanis Danisevskis <jdanis@google.com>2020-12-16 18:28:39 -0800
committerShawn Willden <swillden@google.com>2020-12-17 11:34:59 -0700
commit24c04704082dbf51ba6406ccb9e6f2f7497b4fd9 (patch)
tree06e36b68a10655393cbac5b3098e496fab5f72d6 /security/keymint/support/key_param_output.cpp
parent276369a3df24748deff21e5414b34ef6eb12b8a8 (diff)
Keymint: Use ndk_platform.
Test: N/A Change-Id: I7e97d9d475a639cfe92c9e6b01689c9ff80d2abc
Diffstat (limited to 'security/keymint/support/key_param_output.cpp')
-rw-r--r--security/keymint/support/key_param_output.cpp4
1 files changed, 2 insertions, 2 deletions
diff --git a/security/keymint/support/key_param_output.cpp b/security/keymint/support/key_param_output.cpp
index d8e2fff13d..c56e0354e6 100644
--- a/security/keymint/support/key_param_output.cpp
+++ b/security/keymint/support/key_param_output.cpp
@@ -20,7 +20,7 @@
#include <keymint_support/keymint_tags.h>
-namespace android::hardware::security::keymint {
+namespace aidl::android::hardware::security::keymint {
using ::std::endl;
using ::std::ostream;
@@ -69,4 +69,4 @@ ostream& operator<<(ostream& os, const KeyParameter& param) {
return os << "UNKNOWN TAG TYPE!";
}
-} // namespace android::hardware::security::keymint
+} // namespace aidl::android::hardware::security::keymint