vendor: charging: Keep building health HIDL interface lib in vendor

* GNSS HAL needs it

Change-Id: Id2e1b2844d195d41fc67a0224e0dc39573f7702e
Signed-off-by: chrisl7 <wandersonrodriguesf1@gmail.com>
This commit is contained in:
Sebastiano Barezzi 2023-11-12 21:07:31 +01:00 committed by chrisl7
parent bcede0edd0
commit b3083d639e
1 changed files with 4 additions and 0 deletions

View File

@ -18,6 +18,10 @@ PRODUCT_SOONG_NAMESPACES += \
# Health
ifeq ($(TARGET_USE_AIDL_QTI_HEALTH),true)
$(call inherit-product, vendor/qcom/opensource/healthd-ext/health-vendor-product.mk)
PRODUCT_PACKAGES += \
android.hardware.health@1.0.vendor \
android.hardware.health@2.1.vendor
else
PRODUCT_PACKAGES += \
android.hardware.health@2.1-impl-qti \