bm: add mitigation config file for comet

Bug: 319619657
Change-Id: Ia0fd24265603119ad5fe9dbb95cfb54f41c96f1c
Signed-off-by: samou <samou@google.com>
This commit is contained in:
samou 2024-03-12 04:57:52 +00:00
parent 4ae1a5d169
commit 091f336787
2 changed files with 26 additions and 0 deletions

View file

@ -380,6 +380,14 @@ PRODUCT_PRODUCT_PROPERTIES += \
PRODUCT_PRODUCT_PROPERTIES += \
persist.bluetooth.leaudio.allow_list=SM-R510
# Battery Mitigation Config
ifeq (,$(TARGET_VENDOR_BATTERY_MITIGATION_CONFIG_PATH))
TARGET_VENDOR_BATTERY_MITIGATION_CONFIG_PATH := device/google/comet/battery_mitigation
endif
PRODUCT_COPY_FILES += \
$(TARGET_VENDOR_BATTERY_MITIGATION_CONFIG_PATH)/bm_config_comet.json:$(TARGET_COPY_OUT_VENDOR)/etc/bm_config.json
# Exynos RIL and telephony
# Support RIL Domain-selection
SUPPORT_RIL_DOMAIN_SELECTION := true