commit | c3bda18bda525ff8d43be0d38747350f7991e247 | [log] [tgz] |
---|---|---|
author | Elliott Hughes <enh@google.com> | Tue May 09 17:01:04 2017 -0700 |
committer | Elliott Hughes <enh@google.com> | Wed May 10 16:59:33 2017 -0700 |
tree | ffdae6a11717a228ee635e948ccddf4e86e1b36b | |
parent | 805defa9b452b1512b7c859006076a61a78f3fc5 [diff] [blame] |
Switch to libkeyutils. Bug: http://b/37991155 Test: builds+boots Change-Id: I33a3ba0d59ffd504093dc94517815c1196e95e2b
diff --git a/Ext4Crypt.cpp b/Ext4Crypt.cpp index cb5f6d0..dd8922c 100644 --- a/Ext4Crypt.cpp +++ b/Ext4Crypt.cpp
@@ -46,8 +46,8 @@ #include <cutils/fs.h> #include <cutils/properties.h> -#include <ext4_utils/key_control.h> #include <ext4_utils/ext4_crypt.h> +#include <keyutils.h> #include <android-base/file.h> #include <android-base/logging.h>