Merge "thermal: Apply special thermal config for wingboard/MLB device" into 24D1-dev
This commit is contained in:
commit
4c4a4459d5
3 changed files with 816 additions and 1 deletions
|
@ -161,6 +161,11 @@ PRODUCT_COPY_FILES += \
|
|||
$(TARGET_VENDOR_THERMAL_CONFIG_PATH)/vt_estimation_model_comet.tflite:$(TARGET_COPY_OUT_VENDOR)/etc/vt_estimation_model.tflite \
|
||||
$(TARGET_VENDOR_THERMAL_CONFIG_PATH)/vt_speaker_estimation_model_comet.tflite:$(TARGET_COPY_OUT_VENDOR)/etc/vt_speaker_estimation_model.tflite \
|
||||
|
||||
ifneq (,$(filter userdebug eng, $(TARGET_BUILD_VARIANT)))
|
||||
PRODUCT_COPY_FILES += \
|
||||
$(TARGET_VENDOR_THERMAL_CONFIG_PATH)/thermal_info_config_comet_wingboard.json:$(TARGET_COPY_OUT_VENDOR)/etc/thermal_info_config_wingboard.json
|
||||
endif
|
||||
|
||||
PRODUCT_PACKAGES += \
|
||||
init_thermal_config
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue