commit | bcb856fe1a37483674357e1a656bd907f577ae4e | [log] [tgz] |
---|---|---|
author | David Anderson <dvander@google.com> | Wed Apr 01 04:40:26 2020 +0000 |
committer | Android (Google) Code Review <android-gerrit@google.com> | Wed Apr 01 04:40:26 2020 +0000 |
tree | 4f6986e7e4e805ca6e998113dfb11a35013e2062 | |
parent | 3db222694d6ed0d7be708370143038b9e90beac1 [diff] | |
parent | 15e63dff214555fdd6ce84ab01864d0fa70acba6 [diff] |
Merge "libdm: Link libraries statically for VTS." into rvc-dev
diff --git a/fs_mgr/libdm/Android.bp b/fs_mgr/libdm/Android.bp index 1c3427f..910c4fc 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"],