From 8f869aa1bc685b505c58e97b4e11a9c7491a16f9 Mon Sep 17 00:00:00 2001 From: Ken Sumrall Date: Fri, 3 Dec 2010 03:47:09 -0800 Subject: Support for encrypting /data on Stingray. There are still a few hacks and performance issues related to shutting down the framework in this code, but it is functional and tested. Without the UI changes, it requires cryptic adb shell commands to enable, which I shall not utter here. Change-Id: I0b8f90afd707e17fbdb0373d156236946633cf8b --- Android.mk | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'Android.mk') diff --git a/Android.mk b/Android.mk index e353a4f..7670474 100644 --- a/Android.mk +++ b/Android.mk @@ -21,7 +21,8 @@ common_src_files := \ Loop.cpp \ Devmapper.cpp \ ResponseCode.cpp \ - Xwarp.cpp + Xwarp.cpp \ + cryptfs.c common_c_includes := \ $(KERNEL_HEADERS) \ -- cgit v1.2.3