summaryrefslogtreecommitdiffstats
path: root/init
diff options
context:
space:
mode:
authorGeremy Condra <gcondra@google.com>2013-08-07 18:20:33 +0000
committerAndroid (Google) Code Review <android-gerrit@google.com>2013-08-07 18:20:33 +0000
commitd893e39d4ff19312096849b2d66bbfbb24d061d1 (patch)
tree0d924901ba82bbdb76d59bb8ac17f7a7e3097ea9 /init
parent9de3fd115a020868d4d1fb6c6d2de3fed176bf60 (diff)
parent3ad3d1c4b5856d4e314febc5671c74e78a76db00 (diff)
downloadsystem_core-d893e39d4ff19312096849b2d66bbfbb24d061d1.zip
system_core-d893e39d4ff19312096849b2d66bbfbb24d061d1.tar.gz
system_core-d893e39d4ff19312096849b2d66bbfbb24d061d1.tar.bz2
Merge "Add basic verity support to fs_mgr."
Diffstat (limited to 'init')
-rw-r--r--init/Android.mk4
1 files changed, 3 insertions, 1 deletions
diff --git a/init/Android.mk b/init/Android.mk
index ef62bce..abfc68a 100644
--- a/init/Android.mk
+++ b/init/Android.mk
@@ -39,7 +39,9 @@ LOCAL_STATIC_LIBRARIES := \
libcutils \
liblog \
libc \
- libselinux
+ libselinux \
+ libmincrypt \
+ libext4_utils_static
include $(BUILD_EXECUTABLE)