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

Commit 30556fc7 authored by Sandeep Patil's avatar Sandeep Patil Committed by Steven Moreland
Browse files

vndservicemanager: remove static dependency on libselinux



libselinux_vendor is part of VNDK. No need to statically link
to it anymore.

Bug: 37343404
Test: Build and boot
Test: 'vndservice list' to ensure all services are listed as before

Change-Id: I5b3151f44f7b77ce0f2ff4bba38550a3d7e35375
Signed-off-by: default avatarSandeep Patil <sspatil@google.com>
Merged-In: I5b3151f44f7b77ce0f2ff4bba38550a3d7e35375
parent 7e7457f2
Loading
Loading
Loading
Loading
+1 −2
Original line number Diff line number Diff line
@@ -46,7 +46,6 @@ cc_binary {
    cflags: [
        "-DVENDORSERVICEMANAGER=1",
    ],
    shared_libs: ["libcutils"],
    static_libs: ["libselinux"],
    shared_libs: ["libcutils", "libselinux_vendor"],
    init_rc: ["vndservicemanager.rc"],
}