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

Commit a6974e9e authored by Jiyong Park's avatar Jiyong Park
Browse files

Remove libselinux_vendor

libselinux now becomes a vendor_available:true library.

Bug: 66914194
Test: lunch aosp_arm64_ab-userdebug; m vndservicemanager

Change-Id: I9885c8656f42f79cf218d978feff79a47d16e1b3
parent 451ff0d8
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -46,6 +46,6 @@ cc_binary {
    cflags: [
        "-DVENDORSERVICEMANAGER=1",
    ],
    shared_libs: ["libcutils", "libselinux_vendor"],
    shared_libs: ["libcutils", "libselinux"],
    init_rc: ["vndservicemanager.rc"],
}