e3q: Fix Bluetooth audio

Change-Id: Ic3043dd2aeeeeb7f0c91da8b0c43c78bc5140cee
This commit is contained in:
David Wronek
2025-02-06 21:31:30 +01:00
parent 53203f3747
commit f2476ca180
31 changed files with 5036 additions and 2672 deletions

View File

@@ -200,10 +200,7 @@ TARGET_BOARD_PLATFORM := pineapple
TARGET_VENDOR_PROP += $(DEVICE_PATH)/vendor.prop
TARGET_PRODUCT_PROP += $(DEVICE_PATH)/product.prop
TARGET_SYSTEM_EXT_PROP += $(DEVICE_PATH)/system_ext.prop
TARGET_SYSTEM_DLKM_PROP += $(DEVICE_PATH)/system_dlkm.prop
TARGET_ODM_PROP += $(DEVICE_PATH)/odm.prop
TARGET_ODM_DLKM_PROP += $(DEVICE_PATH)/odm_dlkm.prop
TARGET_VENDOR_DLKM_PROP += $(DEVICE_PATH)/vendor_dlkm.prop
# RIL
ENABLE_VENDOR_RIL_SERVICE := true
@@ -265,8 +262,8 @@ DEVICE_FRAMEWORK_COMPATIBILITY_MATRIX_FILE := \
vendor/lineage/config/device_framework_matrix.xml
DEVICE_MATRIX_FILE := hardware/qcom-caf/common/compatibility_matrix.xml
DEVICE_MANIFEST_FILE := \
hardware/qcom-caf/sm8550/audio/primary-hal/configs/common/manifest_non_qmaa.xml \
hardware/qcom-caf/sm8550/audio/primary-hal/configs/common/manifest_non_qmaa_extn.xml \
hardware/qcom-caf/sm8650/audio/primary-hal/configs/common/manifest_non_qmaa.xml \
hardware/qcom-caf/sm8650/audio/primary-hal/configs/common/manifest_non_qmaa_extn.xml \
$(DEVICE_PATH)/configs/vintf/manifest.xml \
$(DEVICE_PATH)/configs/vintf/manifest_pineapple.xml \