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

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

Merge "liblog: statically link tests" am: 9ddb1ddf

am: 1c84c229

Change-Id: I09dd2629da35ab2c650c7e74f5c2662da727a2d5
parents 5b12fc91 1c84c229
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: