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

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

Merge "Link libselinux/utils/base statically" am: b743279d am: 8388f664

am: 0418f739

Change-Id: I668de55223259465dd408aa802d2d75ea33e59ca
parents e152d964 0418f739
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: