e3q: Fix Bluetooth audio
Change-Id: Ic3043dd2aeeeeb7f0c91da8b0c43c78bc5140cee
This commit is contained in:
@@ -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,
|
||||
(
|
||||
|
Reference in New Issue
Block a user