Merge "Update libstatspull lib"

This commit is contained in:
TreeHugger Robot 2020-02-08 03:33:25 +00:00 committed by Android (Google) Code Review
commit b2bd384de4
1 changed files with 1 additions and 1 deletions

View File

@ -23,7 +23,6 @@ cc_library_shared {
include_dirs: ["frameworks/base/core/java"],
},
srcs: [
":statsd_aidl",
"stats_pull_atom_callback.cpp",
],
cflags: [
@ -36,6 +35,7 @@ cc_library_shared {
"libbinder",
"libstatssocket",
"libservices",
"statsd-aidl-cpp",
],
static_libs: [
"liblog",