From 269506d055ceb6792e26faed8de327bfe171df70 Mon Sep 17 00:00:00 2001 From: Wei Wang Date: Tue, 27 Aug 2019 16:54:37 -0700 Subject: Enable thermal warm reset Bug: 137982557 Test: thermal shutdown Change-Id: I6d38533ecf6e4a7a79e0d9d8f1f124ff93e37fbc --- device-common.mk | 3 +++ 1 file changed, 3 insertions(+) (limited to 'device-common.mk') diff --git a/device-common.mk b/device-common.mk index 2ff1ccf3..78ec0e57 100644 --- a/device-common.mk +++ b/device-common.mk @@ -123,3 +123,6 @@ AB_OTA_POSTINSTALL_CONFIG += \ PRODUCT_DEFAULT_PROPERTY_OVERRIDES += ro.surface_flinger.use_color_management=true PRODUCT_DEFAULT_PROPERTY_OVERRIDES += ro.surface_flinger.protected_contents=true +# Set thermal warm reset +PRODUCT_PRODUCT_PROPERTIES += \ + ro.thermal_warmreset = true \ -- cgit v1.2.3