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

Commit 9cd2a8c2 authored by Peter Collingbourne's avatar Peter Collingbourne Committed by Gerrit Code Review
Browse files

Merge "libadbd_services: Link libselinux dynamically instead of statically."

parents 8485d597 fc037370
Loading
Loading
Loading
Loading
+1 −4
Original line number Diff line number Diff line
@@ -349,10 +349,6 @@ cc_library {
        "libavb_user",
        "libdiagnose_usb",
        "libqemu_pipe",

        // `daemon/shell_service.cpp` uses selinux_android_setcon(), which is not exposed by
        // libselinux.
        "libselinux",
    ],

    shared_libs: [
@@ -367,6 +363,7 @@ cc_library {
        "libfs_mgr",
        "liblog",
        "libmdnssd",
        "libselinux",
    ],
}