Merge "thermal: Apply special thermal config for wingboard/MLB device" into 24D1-dev am: 4c4a4459d5
Original change: https://googleplex-android-review.googlesource.com/c/device/google/comet/+/27117955 Change-Id: If6fe98ad5584aec57ca70650ad3899e749d87c99 Signed-off-by: Automerger Merge Worker <android-build-automerger-merge-worker@system.gserviceaccount.com>
This commit is contained in:
commit
40e58b6a82
3 changed files with 816 additions and 1 deletions
|
@ -163,6 +163,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