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

@@ -21,17 +21,14 @@ from extract_utils.main import (
)
namespace_imports = [
# FIXME
'device/samsung/e3q',
'hardware/samsung',
'kernel/samsung/sm8650',
'kernel/samsung/sm8650-modules',
'hardware/qcom-caf/sm8650',
'vendor/qcom/opensource/commonsys/display',
'vendor/qcom/opensource/commonsys-intf/display',
'hardware/qcom-caf/sm8650/data-ipa-cfg-mgr',
'vendor/qcom/opensource/dataservices',
'hardware/qcom-caf/wlan',
'hardware/samsung',
'vendor/qcom/opensource/commonsys-intf/display',
'vendor/qcom/opensource/commonsys/display',
'vendor/qcom/opensource/dataservices',
'vendor/qcom/opensource/display',
]
@@ -42,6 +39,7 @@ def lib_fixup_vendor_suffix(lib: str, partition: str, *args, **kwargs):
lib_fixups: lib_fixups_user_type = {
**lib_fixups,
(
'vendor.qti.diaghal@1.0',
'libsecril-client'
): lib_fixup_vendor_suffix,
(