Merge "Switch to libkeyutils."

gugelfrei
Elliott Hughes 7 years ago committed by Gerrit Code Review
commit 612eea6b4f

@ -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