From c49f0f2f9098bb2c6c43570868b4e090c14a7d23 Mon Sep 17 00:00:00 2001 From: Geremy Condra Date: Wed, 7 Aug 2013 13:12:41 -0700 Subject: [PATCH] Add libext4 and libmincrypt to vold. This accomodates verity changes, which now utilize these libraries. Change-Id: I1ff8c012e972e245cf3e4bc3a02bef0989165d75 --- Android.mk | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/Android.mk b/Android.mk index ba9b0a1..c7fc0df 100644 --- a/Android.mk +++ b/Android.mk @@ -36,7 +36,9 @@ common_shared_libraries := \ common_static_libraries := \ libfs_mgr \ - libscrypt_static + libscrypt_static \ + libmincrypt \ + libext4_utils_static include $(CLEAR_VARS)