snapshotctl: Not necessary to link to libdm.

The symbols are provided by libfs_mgr_binder.

Bug: 149942628
Test: snapshotctl builds
Change-Id: Ie4313c7add5c71bb9614a4d97eec41329425f23d
This commit is contained in:
David Anderson 2020-02-27 14:51:51 -08:00
parent 1a17e18f17
commit 478e1c191c

View file

@ -222,7 +222,6 @@ cc_binary {
"snapshotctl.cpp",
],
static_libs: [
"libdm",
"libfstab",
"libsnapshot",
],