From ac3506ce3ef633a3f0f014cfee8ad4da755900d8 Mon Sep 17 00:00:00 2001 From: Edrick Sinsuan Date: Mon, 24 Mar 2025 15:19:33 -0400 Subject: [PATCH] msm8998-common: Update extract-files.py namespaces for k4.14 Signed-off-by: Edrick Sinsuan --- extract-files.py | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/extract-files.py b/extract-files.py index 9026b57..5bbf499 100755 --- a/extract-files.py +++ b/extract-files.py @@ -20,10 +20,13 @@ from extract_utils.main import ( namespace_imports = [ 'device/oneplus/msm8998-common', - 'hardware/qcom-caf/msm8998', + 'hardware/qcom-caf/msm8998-4-14', 'hardware/qcom-caf/wlan', 'hardware/oneplus', + 'vendor/qcom/opensource/commonsys-intf/display', + 'vendor/qcom/opensource/commonsys/display', 'vendor/qcom/opensource/dataservices', + 'vendor/qcom/opensource/display', ] def lib_fixup_vendor_suffix(lib: str, partition: str, *args, **kwargs):