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

Commit 0418f739 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

Change-Id: I2ecff39c2a479faf35ec9b992e012641417bc52c
parents 56298344 8388f664
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: