diff options
author | Janis Danisevskis <jdanis@google.com> | 2020-12-16 18:28:39 -0800 |
---|---|---|
committer | Shawn Willden <swillden@google.com> | 2020-12-17 11:34:59 -0700 |
commit | 24c04704082dbf51ba6406ccb9e6f2f7497b4fd9 (patch) | |
tree | 06e36b68a10655393cbac5b3098e496fab5f72d6 /security/keymint/support/keymint_utils.cpp | |
parent | 276369a3df24748deff21e5414b34ef6eb12b8a8 (diff) |
Keymint: Use ndk_platform.
Test: N/A
Change-Id: I7e97d9d475a639cfe92c9e6b01689c9ff80d2abc
Diffstat (limited to 'security/keymint/support/keymint_utils.cpp')
-rw-r--r-- | security/keymint/support/keymint_utils.cpp | 8 |
1 files changed, 2 insertions, 6 deletions
diff --git a/security/keymint/support/keymint_utils.cpp b/security/keymint/support/keymint_utils.cpp index 63606f4096..e73d602b1d 100644 --- a/security/keymint/support/keymint_utils.cpp +++ b/security/keymint/support/keymint_utils.cpp @@ -16,14 +16,10 @@ #include <regex.h> -#include <arpa/inet.h> - #include <android-base/properties.h> #include <hardware/hw_auth_token.h> -#include <keymint_support/keymint_utils.h> - -namespace android::hardware::security::keymint { +namespace aidl::android::hardware::security::keymint { namespace { @@ -112,4 +108,4 @@ uint32_t getOsPatchlevel() { return getOsPatchlevel(patchlevel.c_str()); } -} // namespace android::hardware::security::keymint +} // namespace aidl::android::hardware::security::keymint |