From efe67cd25d3a2627f28d62bd9134e8853149d6ef Mon Sep 17 00:00:00 2001 From: Sami Tolvanen Date: Mon, 1 Jun 2015 15:38:29 +0100 Subject: [PATCH] Error correction: Add libfec dependencies for vold Vold requires libfec and related dependencies due to fs_mgr_mount_all. Bug: 21893453 Change-Id: If59df0c5fd3395d4aac97dd8119b7c70c0fa5d4d --- Android.mk | 2 ++ 1 file changed, 2 insertions(+) diff --git a/Android.mk b/Android.mk index 99e644d..febaac2 100644 --- a/Android.mk +++ b/Android.mk @@ -48,6 +48,8 @@ common_shared_libraries := \ common_static_libraries := \ libfs_mgr \ + libfec \ + libfec_rs \ libsquashfs_utils \ libscrypt_static \ libmincrypt \