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

Commit ad119fd2 authored by Jiyong Park's avatar Jiyong Park Committed by android-build-merger
Browse files

Merge "Remove libselinux_vendor" am: cd4895df

am: 016e9504

Change-Id: If65083e9b676bc6c0ab425165d3d9ece306e338a
parents 3e90c702 016e9504
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"],
}