diff options
author | Cosme Domínguez Díaz <cosme.ddiaz@gmail.com> | 2018-03-03 16:06:51 +0100 |
---|---|---|
committer | Cosme Domínguez Díaz <cosme.ddiaz@gmail.com> | 2018-03-03 16:07:03 +0100 |
commit | 90295cc39fd71affbd3ce982040ecf09d633e057 (patch) | |
tree | 1b3b80a6b94c655f6c347a4d1987f50ee2ee5b20 /msm8996.mk | |
parent | 90aca240c187d534d17680ea616ecfe82ff3907b (diff) |
msm8996-common: Move thermal HAL to the end.
Diffstat (limited to 'msm8996.mk')
-rwxr-xr-x | msm8996.mk | 16 |
1 files changed, 8 insertions, 8 deletions
@@ -337,14 +337,6 @@ PRODUCT_PACKAGES += \ PRODUCT_BOOT_JARS += \ telephony-ext -# Thermal -PRODUCT_PACKAGES += \ - android.hardware.thermal@1.0-impl \ - android.hardware.thermal@1.0-service - -PRODUCT_COPY_FILES += \ - $(LOCAL_PATH)/configs/thermal-engine.conf:system/etc/thermal-engine.conf - # TextClassifier PRODUCT_PACKAGES += \ textclassifier.smartselection.bundle1 @@ -385,6 +377,14 @@ PRODUCT_COPY_FILES += \ PRODUCT_PACKAGES += \ android.hardware.biometrics.fingerprint@2.1-service +# Thermal +PRODUCT_PACKAGES += \ + android.hardware.thermal@1.0-impl \ + android.hardware.thermal@1.0-service + +PRODUCT_COPY_FILES += \ + $(LOCAL_PATH)/configs/thermal-engine.conf:system/etc/thermal-engine.conf + # Offline charging PRODUCT_DEFAULT_PROPERTY_OVERRIDES += \ ro.enable_boot_charger_mode=true |