summaryrefslogtreecommitdiff
path: root/device-common.mk
diff options
context:
space:
mode:
authorWei Wang <wvw@google.com>2019-08-27 16:54:37 -0700
committerWei Wang <wvw@google.com>2019-09-06 00:08:01 +0000
commit269506d055ceb6792e26faed8de327bfe171df70 (patch)
tree1444f0a089320c9e4320cd9932893f8d260e3df0 /device-common.mk
parent59554ab15743d43e0237f0a2f7f8454c3fd2339a (diff)
downloadbonito-269506d055ceb6792e26faed8de327bfe171df70.tar.gz
Enable thermal warm reset
Bug: 137982557 Test: thermal shutdown Change-Id: I6d38533ecf6e4a7a79e0d9d8f1f124ff93e37fbc
Diffstat (limited to 'device-common.mk')
-rw-r--r--device-common.mk3
1 files changed, 3 insertions, 0 deletions
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 \