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:
parent
178645f1ac
commit
8095e4eef1
1 changed files with 1 additions and 1 deletions
|
@ -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",
|
||||
|
|
Loading…
Reference in a new issue