diff options
author | Davide Garberi <dade.garberi@gmail.com> | 2019-10-09 21:54:18 +0200 |
---|---|---|
committer | Davide Garberi <dade.garberi@gmail.com> | 2019-11-05 22:19:31 +0100 |
commit | 2ff578e081888875f0c812440dfe6836236bb188 (patch) | |
tree | c305227d0781b9b9c35e4b85d8261109890a0cb6 /msm8996.mk | |
parent | fd6a2c08d6cc97ec3fcc8374fa3d4b3b6b471b94 (diff) |
msm8996-common: Build thermal.msm8996
* Prevents thermal 1.0 interface from crashing without having to switch to 2.0-mock
Change-Id: I874b4a420c456d968e6e125ed3b4ec2d59d9a753
Diffstat (limited to 'msm8996.mk')
-rwxr-xr-x | msm8996.mk | 3 |
1 files changed, 2 insertions, 1 deletions
@@ -424,7 +424,8 @@ PRODUCT_PACKAGES += \ # Thermal PRODUCT_PACKAGES += \ android.hardware.thermal@1.0-impl \ - android.hardware.thermal@1.0-service + android.hardware.thermal@1.0-service \ + thermal.msm8996 PRODUCT_COPY_FILES += \ $(LOCAL_PATH)/configs/thermal-engine.conf:$(TARGET_COPY_OUT_VENDOR)/etc/thermal-engine.conf |