Merge "Link libselinux/utils/base statically"

am: b743279de2

Change-Id: I26092a7bb6c5ce1ee28ca81f1dac8b1ce289e856
This commit is contained in:
Dimitry Ivanov 2019-05-15 04:11:48 -07:00 committed by android-build-merger
commit 8388f66436

View file

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