diff options
Diffstat (limited to 'msm8996.mk')
-rwxr-xr-x | msm8996.mk | 7 |
1 files changed, 4 insertions, 3 deletions
@@ -1,6 +1,6 @@ # # Copyright (C) 2016 The CyanogenMod Project -# Copyright (C) 2017-2019 The LineageOS Project +# Copyright (C) 2017-2020 The LineageOS Project # # Licensed under the Apache License, Version 2.0 (the "License"); # you may not use this file except in compliance with the License. @@ -241,8 +241,9 @@ PRODUCT_COPY_FILES += \ # Healthd PRODUCT_PACKAGES += \ - android.hardware.health@2.0-impl:64 \ - android.hardware.health@2.0-service + android.hardware.health@2.1-impl:64 \ + android.hardware.health@2.1-impl.recovery \ + android.hardware.health@2.1-service # HW crypto PRODUCT_PACKAGES += \ |