thermal: add thermal config for wingboard
Bug: 328118301 Test: boot to home Change-Id: I8511581cbace269db9bf80a8068e7abb9a885530
This commit is contained in:
parent
2078e7548a
commit
0a476b3b1e
4 changed files with 3046 additions and 0 deletions
|
@ -28,6 +28,10 @@ ifneq (,$(filter $(TARGET_DEVICE),komodo caiman tokay))
|
|||
PRODUCT_COPY_FILES += \
|
||||
$(TARGET_VENDOR_THERMAL_CONFIG_PATH)/thermal_info_config_$(TARGET_DEVICE)_proto.json:$(TARGET_COPY_OUT_VENDOR)/etc/thermal_info_config_proto.json \
|
||||
$(TARGET_VENDOR_THERMAL_CONFIG_PATH)/vt_estimation_model_$(TARGET_DEVICE).tflite:$(TARGET_COPY_OUT_VENDOR)/etc/vt_estimation_model.tflite
|
||||
ifneq (,$(filter $(TARGET_BUILD_VARIANT), userdebug eng))
|
||||
PRODUCT_COPY_FILES += \
|
||||
$(TARGET_VENDOR_THERMAL_CONFIG_PATH)/thermal_info_config_$(TARGET_DEVICE)_wingboard.json:$(TARGET_COPY_OUT_VENDOR)/etc/thermal_info_config_wingboard.json
|
||||
endif
|
||||
endif
|
||||
|
||||
# Power HAL config
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue