diff options
author | Bruno Martins <bgcngm@gmail.com> | 2020-12-08 22:03:48 +0000 |
---|---|---|
committer | Michael Bestas <mkbestas@lineageos.org> | 2020-12-27 14:54:25 +0200 |
commit | 6e76fdd15981f03ca2dfe48d33a0c859d15e81df (patch) | |
tree | 777dbc7fff95b99f7770be6912a4d3917aa692e3 /sdm660.mk | |
parent | 51a3e0ee8434c2a8c2f46329813e9468bfc47533 (diff) |
sdm660-common: Migrate to Health 2.1 HAL
Change-Id: Ic6302844ac58c16713b43b6871a705b9b4749a96
Diffstat (limited to 'sdm660.mk')
-rw-r--r-- | sdm660.mk | 8 |
1 files changed, 7 insertions, 1 deletions
@@ -266,7 +266,13 @@ PRODUCT_COPY_FILES += \ # Healthd PRODUCT_PACKAGES += \ - android.hardware.health@2.0-service + android.hardware.health@2.1-impl:64 \ + android.hardware.health@2.1-service + +ifneq ($(AB_OTA_UPDATER),true) +PRODUCT_PACKAGES += \ + android.hardware.health@2.1-impl.recovery +endif # HIDL PRODUCT_PACKAGES += \ |