thermal: enable virtual-skin-model
Bug: 298225131 Test: Build and boot on device Change-Id: Iaff3795474b66ff7345a9c5236e6dff4da69de01 Signed-off-by: Sayanna Chandula <sayanna@google.com>
This commit is contained in:
parent
d79fbc7c99
commit
d4032aaaa3
13 changed files with 110 additions and 2 deletions
|
@ -26,7 +26,8 @@ PRODUCT_COPY_FILES += \
|
|||
|
||||
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)/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
|
||||
endif
|
||||
|
||||
# Power HAL config
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue