Add camera coex tables

Bug: 322263590
Test: manual, files are on the devices
Change-Id: Ia6461835ae2f231d26a9d636f07c18a6a06d48e4
This commit is contained in:
Alan Chen 2024-01-25 21:51:06 +08:00
parent 75b632cdb6
commit 4bb91b6d54
20 changed files with 320 additions and 0 deletions

View file

@ -93,6 +93,15 @@ PRODUCT_PROPERTY_OVERRIDES += \
persist.bluetooth.a2dp_offload.disabled=false \
persist.bluetooth.a2dp_offload.cap=sbc-aac-aptx-aptxhd-ldac-opus
# Coex Config
PRODUCT_SOONG_NAMESPACES += device/google/caimito/radio/caiman/coex
PRODUCT_PACKAGES += \
camera_front_mipi_coex_table \
camera_rear_main_dbr_coex_table \
camera_rear_main_mipi_coex_table \
camera_rear_tele_mipi_coex_table \
camera_rear_wide_mipi_coex_table
# Bluetooth Tx power caps
PRODUCT_COPY_FILES += \
$(LOCAL_PATH)/bluetooth/bluetooth_power_limits.csv:$(TARGET_COPY_OUT_VENDOR)/etc/bluetooth_power_limits.csv