Link libstatssocket as a shared library. am: 87168c0e26 am: 2171a0c2f4 am: e18b6d0b90

Change-Id: I3c9c5d48f57fc57e34c059a4863856a90607ae03
This commit is contained in:
Muhammad Qureshi 2020-02-14 22:37:37 +00:00
commit 0eefbff7b9
1 changed files with 2 additions and 3 deletions

View File

@ -19,11 +19,11 @@ cc_binary {
"liblog",
"libprocessgroup",
"libpsi",
"libstatssocket",
],
static_libs: [
"libstatslogc",
"libstatslog_lmkd",
"libstatssocket",
],
local_include_dirs: ["include"],
cflags: ["-Werror", "-DLMKD_TRACE_KILLS"],
@ -71,8 +71,7 @@ cc_library_static {
generated_sources: ["statslog_lmkd.cpp"],
generated_headers: ["statslog_lmkd.h"],
export_generated_headers: ["statslog_lmkd.h"],
static_libs: [
"libcutils",
shared_libs: [
"libstatssocket",
],
}