Merge "thermal: enable thermal engine"
This commit is contained in:
commit
fe5bb8caf5
1 changed files with 1 additions and 3 deletions
|
@ -69,9 +69,6 @@ PRODUCT_SOONG_NAMESPACES += \
|
||||||
|
|
||||||
LOCAL_KERNEL := $(TARGET_KERNEL_DIR)/Image.lz4
|
LOCAL_KERNEL := $(TARGET_KERNEL_DIR)/Image.lz4
|
||||||
|
|
||||||
# thermal control disable
|
|
||||||
PRODUCT_PROPERTY_OVERRIDES += vendor.disable.thermal.control=1
|
|
||||||
|
|
||||||
# OEM Unlock reporting
|
# OEM Unlock reporting
|
||||||
PRODUCT_DEFAULT_PROPERTY_OVERRIDES += \
|
PRODUCT_DEFAULT_PROPERTY_OVERRIDES += \
|
||||||
ro.oem_unlock_supported=1
|
ro.oem_unlock_supported=1
|
||||||
|
@ -1051,6 +1048,7 @@ include device/google/gs101/telephony/pktrouter.mk
|
||||||
# Thermal HAL
|
# Thermal HAL
|
||||||
include hardware/google/pixel/thermal/device.mk
|
include hardware/google/pixel/thermal/device.mk
|
||||||
PRODUCT_PROPERTY_OVERRIDES += persist.vendor.enable.thermal.genl=true
|
PRODUCT_PROPERTY_OVERRIDES += persist.vendor.enable.thermal.genl=true
|
||||||
|
$(call soong_config_set,thermal_hal_feature,pid,apply_2_0)
|
||||||
|
|
||||||
# EdgeTPU
|
# EdgeTPU
|
||||||
include device/google/gs-common/edgetpu/edgetpu.mk
|
include device/google/gs-common/edgetpu/edgetpu.mk
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue