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

Commit 8388f664 authored by Dimitry Ivanov's avatar Dimitry Ivanov Committed by android-build-merger
Browse files

Merge "Link libselinux/utils/base statically"

am: b743279d

Change-Id: I26092a7bb6c5ce1ee28ca81f1dac8b1ce289e856
parents 8e05017c b743279d
Loading
Loading
Loading
Loading
+2 −2
Original line number Diff line number Diff line
@@ -35,12 +35,12 @@ cc_defaults {

    srcs: ["logd_test.cpp"],

    shared_libs: [
    static_libs: [
        "libbase",
        "libcutils",
        "libselinux",
        "liblog",
    ],
    static_libs: ["liblog"],
}

// Build tests for the logger. Run with: