summaryrefslogtreecommitdiff
path: root/device-common.mk
diff options
context:
space:
mode:
authorWei Wang <wvw@google.com>2019-09-10 18:18:09 +0000
committerAndroid (Google) Code Review <android-gerrit@google.com>2019-09-10 18:18:09 +0000
commit94dcf6d648c65d820da7177b80d886ce2f537614 (patch)
tree534472c95d1d8cd0c66000f51fc7c9203982f737 /device-common.mk
parent4858530b788015ec108d8b711353e46e03220a1b (diff)
parent269506d055ceb6792e26faed8de327bfe171df70 (diff)
downloadbonito-94dcf6d648c65d820da7177b80d886ce2f537614.tar.gz
Merge "Enable thermal warm reset" into qt-qpr1-dev
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 \