From 010a883939a63fdf9a0c72e781ff8ec896145810 Mon Sep 17 00:00:00 2001 From: Zheng Pan Date: Tue, 7 Nov 2023 11:32:12 -0800 Subject: [PATCH] Enable thermal hal for factory ROM thermal hal is disabled during ripcurrent bringup. It is better to enable thermal hal for thermal control. And test stations can disable it based on test requests. Bug: 309164764 Test: getprop vendor.disable.thermal.control Change-Id: I3ec257b8263ff0141a83bfc14b1d530a5551f908 --- factory_common.mk | 1 - 1 file changed, 1 deletion(-) diff --git a/factory_common.mk b/factory_common.mk index 6c1e707..c390549 100644 --- a/factory_common.mk +++ b/factory_common.mk @@ -18,7 +18,6 @@ $(call inherit-product, device/google/zumapro/aosp_common.mk) $(call inherit-product-if-exists, vendor/google_devices/zumapro/factory/pixel/device-factory.mk) PRODUCT_PROPERTY_OVERRIDES += service.adb.root=1 \ - vendor.disable.thermal.control=1 \ ro.vendor.factory=1 # Factory Libraries of Audio