commit | 8afd9f90c142a09faf570807ff9fc7aa03cb1430 | [log] [tgz] |
---|---|---|
author | Oleg Matcovschi <omatcovschi@google.com> | Fri May 27 14:43:59 2022 -0700 |
committer | Oleg Matcovschi <omatcovschi@google.com> | Fri Jun 10 01:51:43 2022 +0000 |
tree | e990181428f8b41df6aca443bf615e4b8edb6f6c | |
parent | a1410edaac217123eb6f50c9bda9c9f2e8e749f8 [diff] [blame] |
thermal: enable warm_reset on thermal shutdown Bug: 232092738 Signed-off-by: Oleg Matcovschi <omatcovschi@google.com> Change-Id: I04ee37682b3511e9836248d0527917f00deb63f4
diff --git a/device-common.mk b/device-common.mk index 4087c31..e45397d 100644 --- a/device-common.mk +++ b/device-common.mk
@@ -43,3 +43,7 @@ # ZramWriteback -include hardware/google/pixel/mm/device_gki.mk + +# Set thermal warm reset +PRODUCT_PRODUCT_PROPERTIES += \ + ro.thermal_warmreset = true