commit | 7347a476eb4170d57704a4b4f07b78192ad4a55c | [log] [tgz] |
---|---|---|
author | Tao Bao <tbao@google.com> | Wed Aug 15 18:14:16 2018 +0000 |
committer | Gerrit Code Review <noreply-gerritcodereview@google.com> | Wed Aug 15 18:14:16 2018 +0000 |
tree | 1dbd1cc6ca3954dfb70f19fe61283457467a1a19 | |
parent | 3a4f80c0ae0f962b6fa402eb5b8289d287c77b55 [diff] | |
parent | 7a4ba103c96daf1cbd5a6b21c192743209d29e3d [diff] |
Merge "fs_mgr: Drop some unneeded dependencies."
diff --git a/fs_mgr/Android.bp b/fs_mgr/Android.bp index 6167cde..3cce0e8 100644 --- a/fs_mgr/Android.bp +++ b/fs_mgr/Android.bp
@@ -48,18 +48,15 @@ "fs_mgr_overlayfs.cpp", ], shared_libs: [ - "libfec", - "libfec_rs", "libbase", - "libcrypto_utils", "libcrypto", + "libcrypto_utils", "libcutils", "libext4_utils", - "libkeyutils", + "libfec", "liblog", - "libsquashfs_utils", - "libselinux", "liblp", + "libselinux", ], static_libs: [ "libavb",