Add Health Storage implementation

Test: boots and lshal
Change-Id: I29679151331ee1eb3880c9998c35a93b9cbc875f
Fixes: 122264844
diff --git a/shared/device.mk b/shared/device.mk
index 017d63f..a0c21ef 100644
--- a/shared/device.mk
+++ b/shared/device.mk
@@ -267,6 +267,10 @@
 PRODUCT_PACKAGES += \
     android.hardware.health@2.0-service.cuttlefish
 
+# Health Storage
+PRODUCT_PACKAGES += \
+    android.hardware.health.storage@1.0-service.cuttlefish
+
 #
 # Sensors
 #
diff --git a/shared/sepolicy/file_contexts b/shared/sepolicy/file_contexts
index 22c93a9..1366321 100644
--- a/shared/sepolicy/file_contexts
+++ b/shared/sepolicy/file_contexts
@@ -31,4 +31,5 @@
 /vendor/bin/hw/android\.hardware\.bluetooth@1\.0-service\.sim             u:object_r:hal_bluetooth_sim_exec:s0
 /vendor/bin/hw/android\.hardware\.dumpstate@1\.0-service\.cuttlefish      u:object_r:hal_dumpstate_impl_exec:s0
 /vendor/bin/hw/android\.hardware\.health@2\.0-service.cuttlefish          u:object_r:hal_health_default_exec:s0
+/vendor/bin/hw/android\.hardware\.health\.storage@1\.0-service.cuttlefish          u:object_r:hal_health_storage_default_exec:s0
 /vendor/bin/ip_link_add    u:object_r:ip_link_add_exec:s0