diff --git a/properties.mk b/properties.mk index 30f233ed..cc86813c 100644 --- a/properties.mk +++ b/properties.mk @@ -178,6 +178,10 @@ PRODUCT_PROPERTY_OVERRIDES += \ PRODUCT_PROPERTY_OVERRIDES += \ persist.vendor.ssr.restart_level=ALL_ENABLE +# Thermal configs path +PRODUCT_PROPERTY_OVERRIDES += \ + sys.thermal.data.path=/data/vendor/thermal/ + # WFD PRODUCT_PROPERTY_OVERRIDES += \ persist.debug.wfd.enable=1 \