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

Commit 1c84c229 authored by Tom Cherry's avatar Tom Cherry Committed by android-build-merger
Browse files

Merge "liblog: statically link tests"

am: 9ddb1ddf

Change-Id: I8af013c2d0fee8668dac9899db12f742819d144f
parents 548d2210 9ddb1ddf
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: