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

Commit 3998d210 authored by Peter Collingbourne's avatar Peter Collingbourne Committed by android-build-merger
Browse files

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

am: 38faea68

Change-Id: I600f1a1f51c4c7d1266937d1b91e2fe9c1977b3b
parents 7f33e4c5 38faea68
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",
    ],
}