From 39845ace124e973d2391e975ebaaa5c28bb8b517 Mon Sep 17 00:00:00 2001 From: Sayanna Chandula Date: Fri, 24 Jun 2022 15:43:37 -0700 Subject: [PATCH] Revert "thermal: enable warm_reset on thermal shutdown" This reverts commit 5bba5fcf9d0fbe057324481eef8c178535a68683. Bug: 235765192 Test: Build and boot on device Signed-off-by: Sayanna Chandula Change-Id: Ia9c70409b6901d8a67bb50b6a5a517f194fee302 --- 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