Switch to libkeyutils.

Bug: http://b/37991155
Test: builds+boots
Change-Id: I33a3ba0d59ffd504093dc94517815c1196e95e2b
gugelfrei
Elliott Hughes 7 years ago
parent fed8ab1d76
commit 12d1312f98

@ -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…
Cancel
Save