commit | 4e187274211104c2a0eaa11364277fc15683ee3e | [log] [tgz] |
---|---|---|
author | Treehugger Robot <treehugger-gerrit@google.com> | Mon Mar 30 01:46:54 2020 +0000 |
committer | Gerrit Code Review <noreply-gerritcodereview@google.com> | Mon Mar 30 01:46:54 2020 +0000 |
tree | 5d465d1b8d6b94308dd2dd1fc3151658f6681cf1 | |
parent | 56188cc1c25372555b024a1cf513cc9985a4b624 [diff] | |
parent | e580566b00cf64a5cf3ce126328423a78e1e74a8 [diff] |
Merge "libdm: Link libraries statically for VTS."
diff --git a/fs_mgr/libdm/Android.bp b/fs_mgr/libdm/Android.bp index c2c2cc4..0499e8d 100644 --- a/fs_mgr/libdm/Android.bp +++ b/fs_mgr/libdm/Android.bp
@@ -58,11 +58,11 @@ defaults: ["fs_mgr_defaults"], static_libs: [ "libdm", + "libext2_uuid", + "libfs_mgr", ], shared_libs: [ "libbase", - "libext2_uuid", - "libfs_mgr", "liblog", ], srcs: [":libdm_test_srcs"],