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:
parent
bcede0edd0
commit
b3083d639e
|
@ -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 \
|
||||
|
|
Loading…
Reference in New Issue