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

Commit 576d8a6b authored by David Anderson's avatar David Anderson Committed by Automerger Merge Worker
Browse files

Merge "libdm: Link libraries statically for VTS." into rvc-dev am: bcb856fe

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