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

Commit d26ac3a3 authored by TreeHugger Robot's avatar TreeHugger Robot Committed by Android (Google) Code Review
Browse files

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

parents ed9d61aa c691f31f
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_vendor"],
    shared_libs: ["libcutils", "libselinux_vendor"],
    init_rc: ["vndservicemanager.rc"],
}