From 12d1312f983a1de93a9a8a79d8153cfa292e4504 Mon Sep 17 00:00:00 2001 From: Elliott Hughes Date: Tue, 9 May 2017 17:01:04 -0700 Subject: [PATCH] Switch to libkeyutils. Bug: http://b/37991155 Test: builds+boots Change-Id: I33a3ba0d59ffd504093dc94517815c1196e95e2b --- Android.mk | 1 + Ext4Crypt.cpp | 2 +- 2 files changed, 2 insertions(+), 1 deletion(-) diff --git a/Android.mk b/Android.mk index d183a17..17cf843 100644 --- a/Android.mk +++ b/Android.mk @@ -44,6 +44,7 @@ common_shared_libraries := \ libsysutils \ libbinder \ libcutils \ + libkeyutils \ liblog \ libdiskconfig \ libhardware_legacy \ diff --git a/Ext4Crypt.cpp b/Ext4Crypt.cpp index 969ab0b..fe1c796 100644 --- a/Ext4Crypt.cpp +++ b/Ext4Crypt.cpp @@ -46,7 +46,7 @@ #include #include -#include +#include #include #include