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

Commit 6561fb6f authored by Vijay Venkatraman's avatar Vijay Venkatraman
Browse files

Change vndservicemanger's dep on libselinux to libselinux_vendor

Bug: 37343404
Test: Build vndservicemanager with BOARD_VNDK_VERSION set
Change-Id: Ibdb0872a8f1342a533524eb43cfb6ec13a6d1d0c
parent 4dab21f7
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -47,6 +47,6 @@ cc_binary {
        "-DVENDORSERVICEMANAGER=1",
    ],
    shared_libs: ["libcutils"],
    static_libs: ["libselinux"],
    static_libs: ["libselinux_vendor"],
    init_rc: ["vndservicemanager.rc"],
}