Merge "thermal: seperate thermal config for charging" into udc-d1-dev

This commit is contained in:
Sayanna Chandula 2023-03-17 17:04:42 +00:00 committed by Android (Google) Code Review
commit cf95b459f5
6 changed files with 432 additions and 3 deletions

View file

@ -80,7 +80,8 @@ DEVICE_MANIFEST_FILE += \
# Thermal Config
PRODUCT_COPY_FILES += \
device/google/shusky/thermal_info_config_husky.json:$(TARGET_COPY_OUT_VENDOR)/etc/thermal_info_config.json
device/google/shusky/thermal_info_config_husky.json:$(TARGET_COPY_OUT_VENDOR)/etc/thermal_info_config.json \
device/google/shusky/thermal_info_config_charge_husky.json:$(TARGET_COPY_OUT_VENDOR)/etc/thermal_info_config_charge.json
# Power HAL config
PRODUCT_COPY_FILES += \