summaryrefslogtreecommitdiffstats
path: root/Android.mk
diff options
context:
space:
mode:
authorKen Sumrall <ksumrall@android.com>2010-12-03 03:47:09 -0800
committerKen Sumrall <ksumrall@android.com>2010-12-18 18:35:56 -0800
commit8f869aa1bc685b505c58e97b4e11a9c7491a16f9 (patch)
tree0465222f35b0e0c36e39e225cdbbd920f799e3a8 /Android.mk
parent3c9a73f643f7c782bdd326f628eeea97bec42ae8 (diff)
downloadsystem_vold-8f869aa1bc685b505c58e97b4e11a9c7491a16f9.tar.gz
system_vold-8f869aa1bc685b505c58e97b4e11a9c7491a16f9.tar.bz2
system_vold-8f869aa1bc685b505c58e97b4e11a9c7491a16f9.zip
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
Diffstat (limited to 'Android.mk')
-rw-r--r--Android.mk3
1 files changed, 2 insertions, 1 deletions
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) \