Update libstatspull lib

statsd_aidl was updated, so this is the matching change.

Test: m -j
Bug: 148682447
Change-Id: Iec0459cec9f649eb23c6d04b205075fff9b6e911
This commit is contained in:
Jeffrey Huang 2020-02-07 12:06:41 -08:00
parent 178645f1ac
commit 8095e4eef1

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",