Update libstatspull lib

statsd_aidl was updated, so this is the matching change.

Test: m -j
Bug: 148682447
Change-Id: Iec0459cec9f649eb23c6d04b205075fff9b6e911
diff --git a/libstats/pull/Android.bp b/libstats/pull/Android.bp
index 2171aa4..de59033 100644
--- a/libstats/pull/Android.bp
+++ b/libstats/pull/Android.bp
@@ -23,7 +23,6 @@
         include_dirs: ["frameworks/base/core/java"],
     },
     srcs: [
-        ":statsd_aidl",
         "stats_pull_atom_callback.cpp",
     ],
     cflags: [
@@ -36,6 +35,7 @@
         "libbinder",
         "libstatssocket",
         "libservices",
+        "statsd-aidl-cpp",
     ],
     static_libs: [
         "liblog",