From 6e9c7db1d26e47876b5a6be1cf5c1deba2c95b87 Mon Sep 17 00:00:00 2001 From: Jonglin Lee Date: Sat, 11 Jun 2022 00:24:05 +0000 Subject: [PATCH] Revert "thermal: enable warm_reset on thermal shutdown" This reverts commit 06fea09686c1752f4760f51f962420fc9ee4708e. Reason for revert: abl change to remove 15 second timeout was reverted, thus need to revert this change to prevent potential dogfood device damage during thermal warm_reset Bug: 235641682 Change-Id: Iacd4ef094ba12e326f7660645005e3eab48dcf83 Signed-off-by: Jonglin Lee --- device-common.mk | 4 ---- 1 file changed, 4 deletions(-) diff --git a/device-common.mk b/device-common.mk index 81590245..0ceb1242 100644 --- a/device-common.mk +++ b/device-common.mk @@ -43,7 +43,3 @@ PRODUCT_PRODUCT_PROPERTIES += \ # ZramWriteback -include hardware/google/pixel/mm/device_gki.mk - -# Set thermal warm reset -PRODUCT_PRODUCT_PROPERTIES += \ - ro.thermal_warmreset = true