From 7cf250e318be46029a577bf8a901b3179588b319 Mon Sep 17 00:00:00 2001 From: dodyirawan85 <40514988+dodyirawan85@users.noreply.github.com> Date: Wed, 13 Dec 2023 14:48:37 +0700 Subject: [PATCH] X6833B: Configure thermal stack Signed-off-by: dodyirawan85 <40514988+dodyirawan85@users.noreply.github.com> --- device.mk | 4 ++++ proprietary-files.txt | 22 ++++++++++++++++++++++ 2 files changed, 26 insertions(+) diff --git a/device.mk b/device.mk index 5d1720e..12dddc4 100644 --- a/device.mk +++ b/device.mk @@ -286,6 +286,10 @@ PRODUCT_SOONG_NAMESPACES += \ hardware/mediatek \ hardware/transsion +# Thermal +PRODUCT_PACKAGES += \ + android.hardware.thermal@2.0.vendor + # Updatable APEXes $(call inherit-product, $(SRC_TARGET_DIR)/product/updatable_apex.mk) diff --git a/proprietary-files.txt b/proprietary-files.txt index a12b080..a6c5d6b 100644 --- a/proprietary-files.txt +++ b/proprietary-files.txt @@ -762,6 +762,28 @@ vendor/lib64/vendor.trustonic.tee.tui@1.0.so vendor/lib64/vendor.trustonic.tee@1.0.so vendor/lib64/vendor.trustonic.tee@1.1.so +# Thermal +vendor/bin/hw/android.hardware.thermal@2.0-service.mtk +vendor/bin/thermal_core +vendor/etc/init/android.hardware.thermal@2.0-service.mtk.rc +vendor/etc/init/init.thermal_core.rc +vendor/etc/thermal/disable_skin_control.conf +vendor/etc/thermal/disable_thermal.conf +vendor/etc/thermal/disable_thermal_temp.conf +vendor/etc/thermal/disable_throttling.conf +vendor/etc/thermal/thermal.conf +vendor/etc/thermal/thermal_mtbf.conf +vendor/etc/thermal/thermal_policy_00.conf +vendor/etc/thermal/thermal_policy_02.conf +vendor/etc/thermal/thermal_policy_08.conf +vendor/etc/fstb.cfg +vendor/etc/mpe.conf +vendor/lib/hw/android.hardware.thermal@1.0-impl.so +vendor/lib/hw/android.hardware.thermal@2.0-impl.so +vendor/lib64/hw/android.hardware.thermal@1.0-impl.so +vendor/lib64/hw/android.hardware.thermal@2.0-impl.so +vendor/lib64/hw/thermal_hal.so + # Tether Offload vendor/bin/hw/tetheroffloadservice vendor/bin/netdagent