From 2ff578e081888875f0c812440dfe6836236bb188 Mon Sep 17 00:00:00 2001 From: Davide Garberi Date: Wed, 9 Oct 2019 21:54:18 +0200 Subject: msm8996-common: Build thermal.msm8996 * Prevents thermal 1.0 interface from crashing without having to switch to 2.0-mock Change-Id: I874b4a420c456d968e6e125ed3b4ec2d59d9a753 --- msm8996.mk | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/msm8996.mk b/msm8996.mk index 6270379..e691548 100755 --- a/msm8996.mk +++ b/msm8996.mk @@ -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 -- cgit v1.2.3