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

Commit 9ddb1ddf authored by Tom Cherry's avatar Tom Cherry Committed by Gerrit Code Review
Browse files

Merge "liblog: statically link tests"

parents 4f824612 bbf2a0d7
Loading
Loading
Loading
Loading
+2 −2
Original line number Diff line number Diff line
@@ -29,10 +29,10 @@ cc_benchmark {
        "-fno-builtin",
    ],
    shared_libs: [
        "liblog",
        "libm",
        "libbase",
    ],
    static_libs: ["liblog"],
    srcs: ["liblog_benchmark.cpp"],
}

@@ -63,10 +63,10 @@ cc_defaults {
        "log_wrap_test.cpp",
    ],
    shared_libs: [
        "liblog",
        "libcutils",
        "libbase",
    ],
    static_libs: ["liblog"],
}

// Build tests for the device (with .so). Run with: