Merge "liblog: statically link tests"

This commit is contained in:
Tom Cherry 2019-01-16 23:45:18 +00:00 committed by Gerrit Code Review
commit 9ddb1ddf14

View file

@ -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: