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

Commit 15e63dff authored by David Anderson's avatar David Anderson
Browse files

libdm: Link libraries statically for VTS.

Bug: 152180548
Test: 32-bit libdm_test
Change-Id: I9f356c854833b5e68820e4d3d4e9709af1288381
Merged-In: I9f356c854833b5e68820e4d3d4e9709af1288381
parent 5d4ed024
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"],