commit | 12d1312f983a1de93a9a8a79d8153cfa292e4504 | [log] [tgz] |
---|---|---|
author | Elliott Hughes <enh@google.com> | Tue May 09 17:01:04 2017 -0700 |
committer | Elliott Hughes <enh@google.com> | Tue May 09 17:01:04 2017 -0700 |
tree | eca6328195f92d35a8981efaabb8c58f339e4075 | |
parent | fed8ab1d7641a0c410bda6b2dd3fad64edd85f40 [diff] [blame] |
Switch to libkeyutils. Bug: http://b/37991155 Test: builds+boots Change-Id: I33a3ba0d59ffd504093dc94517815c1196e95e2b
diff --git a/Ext4Crypt.cpp b/Ext4Crypt.cpp index 969ab0b..fe1c796 100644 --- a/Ext4Crypt.cpp +++ b/Ext4Crypt.cpp
@@ -46,7 +46,7 @@ #include <cutils/fs.h> #include <ext4_utils/ext4_crypt.h> -#include <ext4_utils/key_control.h> +#include <keyutils.h> #include <android-base/file.h> #include <android-base/logging.h>