Merge "Switch to libkeyutils."
am: 612eea6b4f
Change-Id: Icb86bc1c341ec9366f382985522b6ec70e11b8ea
This commit is contained in:
commit
7a7df78819
2 changed files with 2 additions and 1 deletions
|
@ -44,6 +44,7 @@ common_shared_libraries := \
|
|||
libsysutils \
|
||||
libbinder \
|
||||
libcutils \
|
||||
libkeyutils \
|
||||
liblog \
|
||||
libdiskconfig \
|
||||
libhardware_legacy \
|
||||
|
|
|
@ -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>
|
||||
|
|
Loading…
Reference in a new issue