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

Commit bcb856fe authored by David Anderson's avatar David Anderson Committed by Android (Google) Code Review
Browse files

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

parents 3db22269 15e63dff
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"],