Merge "liblog: statically link tests"
This commit is contained in:
commit
9ddb1ddf14
1 changed files with 2 additions and 2 deletions
|
@ -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:
|
||||
|
|
Loading…
Reference in a new issue