diff --git a/manifest.xml b/manifest.xml
index 4b605b3..6cfc35e 100644
--- a/manifest.xml
+++ b/manifest.xml
@@ -683,4 +683,13 @@
default
+
+ android.hardware.thermal
+ hwbinder
+ 1.0
+
+ IThermal
+ default
+
+
diff --git a/sdm710.mk b/sdm710.mk
index 2f7f30d..b723a84 100644
--- a/sdm710.mk
+++ b/sdm710.mk
@@ -418,6 +418,12 @@ PRODUCT_PACKAGES += \
PRODUCT_PACKAGES += \
TetheringConfigOverlay
+# Thermal
+PRODUCT_PACKAGES += \
+ android.hardware.thermal@1.0-impl \
+ android.hardware.thermal@1.0-service
+
+
# Thermal engine
PRODUCT_COPY_FILES += \
$(LOCAL_PATH)/configs/thermal-engine.conf:$(TARGET_COPY_OUT_VENDOR)/etc/thermal-engine.conf