health: switch to real implementation

Use the default implementation, we need a hook to fix the battery status
path as the PMIC fuel gauge doesn't actually expose the "status"
property, only the charger does.
diff --git a/device-common.mk b/device-common.mk
index d542303..2ed8452 100644
--- a/device-common.mk
+++ b/device-common.mk
@@ -164,8 +164,8 @@
 
 # Health
 PRODUCT_PACKAGES += \
-    android.hardware.health@2.1-impl-cuttlefish \
-    android.hardware.health@2.1-service
+    android.hardware.health@2.1-service \
+    android.hardware.health@2.1-impl-sdm845
 
 # mkbootimg host tool to build boot.img separately
 PRODUCT_HOST_PACKAGES := \