Add StatementService to car.mk

- Necessary for CTS compatibility

Bug: 155222004
Test: atest android.os.cts.OsHostTests#testIntentFilterHostValidation
Change-Id: I0325214de1a98ba529d1574ff26a4226cd84ad4f
diff --git a/car_product/build/car.mk b/car_product/build/car.mk
index bc61fca..9dd63e1 100644
--- a/car_product/build/car.mk
+++ b/car_product/build/car.mk
@@ -25,8 +25,10 @@
     CompanionDeviceSupport \
     OneTimeInitializer \
     Provision \
+    StatementService \
     SystemUpdater
 
+
 PRODUCT_PACKAGES += \
     clatd \
     clatd.conf \