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

Commit 478e1c19 authored by David Anderson's avatar David Anderson
Browse files

snapshotctl: Not necessary to link to libdm.

The symbols are provided by libfs_mgr_binder.

Bug: 149942628
Test: snapshotctl builds
Change-Id: Ie4313c7add5c71bb9614a4d97eec41329425f23d
parent 1a17e18f
Loading
Loading
Loading
Loading
+0 −1
Original line number Diff line number Diff line
@@ -222,7 +222,6 @@ cc_binary {
        "snapshotctl.cpp",
    ],
    static_libs: [
        "libdm",
        "libfstab",
        "libsnapshot",
    ],