zenfone9: Switch to Qti health 2.1 impl
Change-Id: I77aa5547e986814976c601c227e6052bbaad23fd
diff --git a/device.mk b/device.mk
index fe2ce9c..5636999 100755
--- a/device.mk
+++ b/device.mk
@@ -186,7 +186,7 @@
# Health
PRODUCT_PACKAGES += \
- android.hardware.health@2.1-impl \
+ android.hardware.health@2.1-impl-qti \
android.hardware.health@2.1-service
# HIDL
diff --git a/omni.dependencies b/omni.dependencies
index 58ed59f..20e0165 100644
--- a/omni.dependencies
+++ b/omni.dependencies
@@ -65,5 +65,11 @@
"repository": "LineageOS/android_vendor_qcom_opensource_power",
"target_path": "vendor/qcom/opensource/power",
"revision": "lineage-20.0"
- }
+ },
+ {
+ "remote": "qcom",
+ "repository": "platform/vendor/qcom-opensource/healthd-ext",
+ "target_path": "vendor/qcom/opensource/healthd-ext",
+ "revision": "88372eed97e98bf8b269cdb882293303ca894f96"
+ }
]