Merge "Link libselinux/utils/base statically"
am: b743279de2
Change-Id: I26092a7bb6c5ce1ee28ca81f1dac8b1ce289e856
This commit is contained in:
commit
8388f66436
1 changed files with 2 additions and 2 deletions
|
@ -35,12 +35,12 @@ cc_defaults {
|
|||
|
||||
srcs: ["logd_test.cpp"],
|
||||
|
||||
shared_libs: [
|
||||
static_libs: [
|
||||
"libbase",
|
||||
"libcutils",
|
||||
"libselinux",
|
||||
"liblog",
|
||||
],
|
||||
static_libs: ["liblog"],
|
||||
}
|
||||
|
||||
// Build tests for the logger. Run with:
|
||||
|
|
Loading…
Reference in a new issue