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

Commit c691f31f authored by Sandeep Patil's avatar Sandeep Patil
Browse files

Revert "Revert "vndservicemanager: remove static dependency on libselinux""



This reverts commit 53625afa.

The build errors introduced in original topic has now been fixed in
libselinux

Bug: 37343404
Bug: 37919668
Test: Build and boot.

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