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

Commit b743279d authored by Dimitry Ivanov's avatar Dimitry Ivanov Committed by Gerrit Code Review
Browse files

Merge "Link libselinux/utils/base statically"

parents 057fd6fd bf613b4c
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: