From a18b9e2016fb7f2bb12784c76e7c0fd0925948d8 Mon Sep 17 00:00:00 2001 From: Arian Date: Wed, 15 Apr 2020 14:49:17 +0200 Subject: [PATCH] davinci: thermal: Build HAL Change-Id: I066f6f1bbf45652bc62e76bfd489fc2b6694e421 --- device.mk | 8 ++++++++ 1 file changed, 8 insertions(+) diff --git a/device.mk b/device.mk index 0ec3040..1a5a45f 100644 --- a/device.mk +++ b/device.mk @@ -285,6 +285,14 @@ PRODUCT_COPY_FILES += \ frameworks/native/data/etc/android.hardware.telephony.cdma.xml:$(TARGET_COPY_OUT_VENDOR)/etc/permissions/android.hardware.telephony.cdma.xml \ frameworks/native/data/etc/android.software.sip.voip.xml:$(TARGET_COPY_OUT_VENDOR)/etc/permissions/android.software.sip.voip.xml +# Thermal +PRODUCT_PACKAGES += \ + android.hardware.thermal@1.0-impl \ + android.hardware.thermal@1.0-service + +PRODUCT_PACKAGES += \ + thermal.sm6150 + # Touchscreen PRODUCT_COPY_FILES += \ frameworks/native/data/etc/android.hardware.touchscreen.multitouch.jazzhand.xml:$(TARGET_COPY_OUT_VENDOR)/etc/permissions/android.hardware.touchscreen.multitouch.jazzhand.xml