From 00c7be27b6e21218f1d207002fbb8d9b2d9c70cf Mon Sep 17 00:00:00 2001 From: PIPIPIG233666 <2212848813@qq.com> Date: Fri, 12 Jul 2019 22:42:28 +0200 Subject: [PATCH] sdm660-common: prop: Set thermal data path --- properties.mk | 4 ++++ 1 file changed, 4 insertions(+) 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 \