Implement tasks that CarStorageMonitoringService should perform upon detecting a wear change:

  - log on adverse wear level (pre EOL > normal, wear >= 80%)
  - launch an OEM-specific activity configured via CarService overlay, if any

Bug: 32512551
Test: manual
Change-Id: I05d22a5110adb021380b1ff6ff5405d4051c0a72
diff --git a/car_product/build/car.mk b/car_product/build/car.mk
index 9984726..6908eeb 100644
--- a/car_product/build/car.mk
+++ b/car_product/build/car.mk
@@ -31,6 +31,7 @@
 
 # This is for testing
 PRODUCT_PACKAGES += \
+    DefaultStorageMonitoringCompanionApp \
     EmbeddedKitchenSinkApp \
     VmsPublisherClientSample \
     VmsSubscriberClientSample \