Fix boot error

Fix boot error by adding health packages.

Change-Id: I920c3f8cff7681eee8072594713bcfc7efab0123
Signed-off-by: Mykhailo Sopiha <mykhailo.sopiha@linaro.org>
diff --git a/device.mk b/device.mk
index 3c03031..8e61bc1 100644
--- a/device.mk
+++ b/device.mk
@@ -81,6 +81,11 @@
 	memtrack.am57x \
 	pvrsrvctl \
 
+#Health
+PRODUCT_PACKAGES += \
+	android.hardware.health@2.1-impl \
+	android.hardware.health@2.1-servie \
+
 #Security
 PRODUCT_PACKAGES += \
 	android.hardware.keymaster@3.0-impl \
@@ -162,6 +167,7 @@
 	vintf \
 	netutils-wrapper-1.0 \
 	messaging \
+	healthd \
 
 # Boot control
 PRODUCT_PACKAGES += \