sm6225-common: Build QTI health AIDL service

Change-Id: I59c23e7974cea1174b0161f31a535fa3afa1e5c9
diff --git a/common.mk b/common.mk
index 011cbb6..5de8049 100644
--- a/common.mk
+++ b/common.mk
@@ -115,5 +115,10 @@
 PRODUCT_PACKAGES += \
     fastbootd
 
+# Health
+PRODUCT_PACKAGES += \
+    android.hardware.health-service.qti \
+    android.hardware.health-service.qti_recovery
+
 # Inherit from vendor blobs
 $(call inherit-product, vendor/xiaomi/sm6225-common/sm6225-common-vendor.mk)