diff options
Diffstat (limited to 'security/keymint/support/key_param_output.cpp')
-rw-r--r-- | security/keymint/support/key_param_output.cpp | 4 |
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 |