summaryrefslogtreecommitdiffstats
path: root/Android.mk
diff options
context:
space:
mode:
authorGeremy Condra <gcondra@google.com>2013-08-07 13:12:41 -0700
committerGeremy Condra <gcondra@google.com>2013-08-07 13:13:24 -0700
commitc49f0f2f9098bb2c6c43570868b4e090c14a7d23 (patch)
treeaaed92468751c93156a84a8d0f44fb30b53f4e0c /Android.mk
parent2a18ea31bfdbd4ae48799850b084da7a1ed81530 (diff)
downloadandroid_system_vold-c49f0f2f9098bb2c6c43570868b4e090c14a7d23.tar.gz
android_system_vold-c49f0f2f9098bb2c6c43570868b4e090c14a7d23.tar.bz2
android_system_vold-c49f0f2f9098bb2c6c43570868b4e090c14a7d23.zip
Add libext4 and libmincrypt to vold.
This accomodates verity changes, which now utilize these libraries. Change-Id: I1ff8c012e972e245cf3e4bc3a02bef0989165d75
Diffstat (limited to 'Android.mk')
-rw-r--r--Android.mk4
1 files changed, 3 insertions, 1 deletions
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)