diff options
-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 |