commit | c49f0f2f9098bb2c6c43570868b4e090c14a7d23 | [log] [tgz] |
---|---|---|
author | Geremy Condra <gcondra@google.com> | Wed Aug 07 13:12:41 2013 -0700 |
committer | Geremy Condra <gcondra@google.com> | Wed Aug 07 13:13:24 2013 -0700 |
tree | aaed92468751c93156a84a8d0f44fb30b53f4e0c | |
parent | 2a18ea31bfdbd4ae48799850b084da7a1ed81530 [diff] [blame] |
Add libext4 and libmincrypt to vold. This accomodates verity changes, which now utilize these libraries. Change-Id: I1ff8c012e972e245cf3e4bc3a02bef0989165d75
diff --git a/Android.mk b/Android.mk index ba9b0a1..c7fc0df 100644 --- a/Android.mk +++ b/Android.mk
@@ -36,7 +36,9 @@ common_static_libraries := \ libfs_mgr \ - libscrypt_static + libscrypt_static \ + libmincrypt \ + libext4_utils_static include $(CLEAR_VARS)