Add statsd-service to system server jars

Add statsd-service to system server jars so that StatsCompanionService
continues to exist in system server.

Bug: 141697533
Test: builds and boots: 1. make clean 2. m -j droid 3.
vendor/google/tools/flashall
Change-Id: Ie26e3ac23c407364f5ab6796ee2c65023c87360e
diff --git a/target/product/base_system.mk b/target/product/base_system.mk
index 353e746..71716ab 100644
--- a/target/product/base_system.mk
+++ b/target/product/base_system.mk
@@ -246,6 +246,7 @@
     snapshotctl \
     SoundPicker \
     statsd \
+    statsd-service \
     storaged \
     surfaceflinger \
     svc \
diff --git a/target/product/media_system.mk b/target/product/media_system.mk
index 898d172..0bc5800 100644
--- a/target/product/media_system.mk
+++ b/target/product/media_system.mk
@@ -55,6 +55,7 @@
     ethernet-service \
     com.android.location.provider \
     jobscheduler-service \
+    statsd-service \
 
 PRODUCT_COPY_FILES += \
     system/core/rootdir/etc/public.libraries.android.txt:system/etc/public.libraries.txt