mirror of
https://github.com/Anything-at-25-00/android_device_tecno_LG8n.git
synced 2024-11-22 21:56:26 -08:00
X6833B: Configure thermal stack
Signed-off-by: dodyirawan85 <40514988+dodyirawan85@users.noreply.github.com>
This commit is contained in:
parent
40867b6a97
commit
7cf250e318
|
@ -286,6 +286,10 @@ PRODUCT_SOONG_NAMESPACES += \
|
||||||
hardware/mediatek \
|
hardware/mediatek \
|
||||||
hardware/transsion
|
hardware/transsion
|
||||||
|
|
||||||
|
# Thermal
|
||||||
|
PRODUCT_PACKAGES += \
|
||||||
|
android.hardware.thermal@2.0.vendor
|
||||||
|
|
||||||
# Updatable APEXes
|
# Updatable APEXes
|
||||||
$(call inherit-product, $(SRC_TARGET_DIR)/product/updatable_apex.mk)
|
$(call inherit-product, $(SRC_TARGET_DIR)/product/updatable_apex.mk)
|
||||||
|
|
||||||
|
|
|
@ -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.0.so
|
||||||
vendor/lib64/vendor.trustonic.tee@1.1.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
|
# Tether Offload
|
||||||
vendor/bin/hw/tetheroffloadservice
|
vendor/bin/hw/tetheroffloadservice
|
||||||
vendor/bin/netdagent
|
vendor/bin/netdagent
|
||||||
|
|
Loading…
Reference in a new issue