thermal: enable warm_reset on thermal shutdown

Test: adb shell setprop sys.powerctl shutdown,thermal
Bug: 232092738
Signed-off-by: Oleg Matcovschi <omatcovschi@google.com>
Change-Id: I198b8de7055b8713460340df613d4309df72ec6d
This commit is contained in:
Oleg Matcovschi 2022-05-27 10:30:25 -07:00
parent cd51a5d5bf
commit 06fea09686

View file

@ -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