From 8afd9f90c142a09faf570807ff9fc7aa03cb1430 Mon Sep 17 00:00:00 2001 From: Oleg Matcovschi Date: Fri, 27 May 2022 14:43:59 -0700 Subject: [PATCH] thermal: enable warm_reset on thermal shutdown Bug: 232092738 Signed-off-by: Oleg Matcovschi Change-Id: I04ee37682b3511e9836248d0527917f00deb63f4 --- device-common.mk | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/device-common.mk b/device-common.mk index 4087c310..e45397d7 100644 --- a/device-common.mk +++ b/device-common.mk @@ -43,3 +43,7 @@ PRODUCT_PRODUCT_PROPERTIES += \ # ZramWriteback -include hardware/google/pixel/mm/device_gki.mk + +# Set thermal warm reset +PRODUCT_PRODUCT_PROPERTIES += \ + ro.thermal_warmreset = true