From 8095e4eef13fea9e86bdc4466426d894023015cd Mon Sep 17 00:00:00 2001 From: Jeffrey Huang Date: Fri, 7 Feb 2020 12:06:41 -0800 Subject: [PATCH] Update libstatspull lib statsd_aidl was updated, so this is the matching change. Test: m -j Bug: 148682447 Change-Id: Iec0459cec9f649eb23c6d04b205075fff9b6e911 --- libstats/pull/Android.bp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/libstats/pull/Android.bp b/libstats/pull/Android.bp index 2171aa47f..de5903317 100644 --- a/libstats/pull/Android.bp +++ b/libstats/pull/Android.bp @@ -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",