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

Commit 4a3e28f4 authored by Vijay Venkatraman's avatar Vijay Venkatraman Committed by Android (Google) Code Review
Browse files

Merge "Change vndservicemanger's dep on libselinux to libselinux_vendor"

parents 3a0b8ad1 6561fb6f
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -47,6 +47,6 @@ cc_binary {
        "-DVENDORSERVICEMANAGER=1",
    ],
    shared_libs: ["libcutils"],
    static_libs: ["libselinux"],
    static_libs: ["libselinux_vendor"],
    init_rc: ["vndservicemanager.rc"],
}