Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit e573490d authored by Treehugger Robot's avatar Treehugger Robot Committed by Automerger Merge Worker
Browse files

Merge "libdm: Link libraries statically for VTS." am: 4e187274

Change-Id: I9ea806b869d6b704cfe1d97826d36b6edaa20883
parents b5c95333 4e187274
Loading
Loading
Loading
Loading
+2 −2
Original line number Diff line number Diff line
@@ -58,11 +58,11 @@ cc_defaults {
    defaults: ["fs_mgr_defaults"],
    static_libs: [
        "libdm",
        "libext2_uuid",
        "libfs_mgr",
    ],
    shared_libs: [
        "libbase",
        "libext2_uuid",
        "libfs_mgr",
        "liblog",
    ],
    srcs: [":libdm_test_srcs"],