commit | db0f664a20a154eebd417fe0d693d4db45f0f8e5 | [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 | 22ed09e5a00b6c98e7335241a3cad5f18505979b [diff] | |
parent | bd7002d84ec0eb8a0c3f717d58e9351f3b23c063 [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"],