Merge "thermal: Apply special thermal config for wingboard/MLB device" into 24D1-dev

This commit is contained in:
Wei Wang 2024-05-09 04:58:15 +00:00 committed by Android (Google) Code Review
commit 4c4a4459d5
3 changed files with 816 additions and 1 deletions

View file

@ -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