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

Commit 29dddac9 authored by Peter Collingbourne's avatar Peter Collingbourne Committed by android-build-merger
Browse files

Merge "libadbd_services: Link libselinux dynamically instead of statically." am: 9cd2a8c2

am: 31e1c3f1

Change-Id: I7cdd09eb7c3461cef08753f8f6bf49e1b19a91e5
parents 45a7ccf9 31e1c3f1
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",
    ],
}