thermal: separate out proto and EVT config due to differences in rail
config Bug: 304936256 Test: Tested on Proto1.0 KM4, CM4 devices Change-Id: I68a192f3f217453a7413f703dce24f8ef2c27caa Signed-off-by: Ramya Subramanian <rsubr@google.com>
This commit is contained in:
parent
35ab37bc16
commit
2df105a118
10 changed files with 2620 additions and 22 deletions
|
@ -22,7 +22,8 @@ endif
|
|||
|
||||
PRODUCT_COPY_FILES += \
|
||||
$(TARGET_VENDOR_THERMAL_CONFIG_PATH)/thermal_info_config_$(TARGET_DEVICE).json:$(TARGET_COPY_OUT_VENDOR)/etc/thermal_info_config.json \
|
||||
$(TARGET_VENDOR_THERMAL_CONFIG_PATH)/thermal_info_config_charge_$(TARGET_DEVICE).json:$(TARGET_COPY_OUT_VENDOR)/etc/thermal_info_config_charge.json
|
||||
$(TARGET_VENDOR_THERMAL_CONFIG_PATH)/thermal_info_config_charge_$(TARGET_DEVICE).json:$(TARGET_COPY_OUT_VENDOR)/etc/thermal_info_config_charge.json \
|
||||
$(TARGET_VENDOR_THERMAL_CONFIG_PATH)/thermal_info_config_$(TARGET_DEVICE)_proto.json:$(TARGET_COPY_OUT_VENDOR)/etc/thermal_info_config_proto.json
|
||||
|
||||
# Power HAL config
|
||||
ifeq (,$(TARGET_VENDOR_PERF_CONFIG_PATH))
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue