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

Commit 38faea68 authored by Peter Collingbourne's avatar Peter Collingbourne Committed by Gerrit Code Review
Browse files

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

parents 9a55e4a1 198a39ad
Loading
Loading
Loading
Loading
+1 −0
Original line number Diff line number Diff line
@@ -40,6 +40,7 @@ cc_library_shared {
        "liblog",
        "libutils",
        "libcrypto",
        "libselinux",
    ],
}

+1 −2
Original line number Diff line number Diff line
@@ -26,8 +26,6 @@ cc_library_static {
    ],
    shared_libs: [
        "libbinder",
    ],
    whole_static_libs: [
        "libselinux",
    ],
}
@@ -57,5 +55,6 @@ cc_test {
        "liblog",
        "libutils",
        "libbinder",
        "libselinux",
    ],
}