summaryrefslogtreecommitdiff
path: root/device-common.mk
diff options
context:
space:
mode:
authorWei Wang <wvw@google.com>2019-09-10 11:34:05 -0700
committerandroid-build-merger <android-build-merger@google.com>2019-09-10 11:34:05 -0700
commitc5ec78d3bad571419a44129d3fc5103dc5af033c (patch)
tree3e40198aede2c3b8143c0ffa97b85de6a4539ceb /device-common.mk
parentd32968ec11f1c397704c1e11f514c627b1751ded (diff)
parent94dcf6d648c65d820da7177b80d886ce2f537614 (diff)
downloadbonito-c5ec78d3bad571419a44129d3fc5103dc5af033c.tar.gz
Merge "Enable thermal warm reset" into qt-qpr1-dev
am: 94dcf6d648 Change-Id: I212dacbbfa8f2d6ad975c518a05cbc895e6b2af6
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 12e9441a..80406bd4 100644
--- a/device-common.mk
+++ b/device-common.mk
@@ -126,3 +126,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 \