summaryrefslogtreecommitdiffstats
path: root/init/Android.mk
diff options
context:
space:
mode:
authorMohamad Ayyash <mkayyash@google.com>2015-04-06 16:13:33 -0700
committerMohamad Ayyash <mkayyash@google.com>2015-04-06 16:20:26 -0700
commit807f47004f03653997edbe3c83d46350cb056cd4 (patch)
tree3d9aa9c859b5e23b7af2b81c534224986abc7a10 /init/Android.mk
parent33c2ad37cac1d85272bd0f8f869710cac73d3bb7 (diff)
downloadsystem_core-807f47004f03653997edbe3c83d46350cb056cd4.zip
system_core-807f47004f03653997edbe3c83d46350cb056cd4.tar.gz
system_core-807f47004f03653997edbe3c83d46350cb056cd4.tar.bz2
fs_mgr_verity: Add support for squashfs
- Cleanup the code to get filesystem size in a block device - Add support to reading size of squashfs in a block device Change-Id: I3848a705ed4dc2fc9afad20331f0fdecfee545c5 Signed-off-by: Mohamad Ayyash <mkayyash@google.com>
Diffstat (limited to 'init/Android.mk')
-rw-r--r--init/Android.mk1
1 files changed, 1 insertions, 0 deletions
diff --git a/init/Android.mk b/init/Android.mk
index 9d91a3f..4bd4f3d 100644
--- a/init/Android.mk
+++ b/init/Android.mk
@@ -58,6 +58,7 @@ LOCAL_UNSTRIPPED_PATH := $(TARGET_ROOT_OUT_UNSTRIPPED)
LOCAL_STATIC_LIBRARIES := \
libinit \
libfs_mgr \
+ libsquashfs_utils \
liblogwrap \
libcutils \
libbase \