summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMichael Bestas <mkbestas@lineageos.org>2025-09-12 18:43:08 +0300
committerSiluxsept <ronny.horn.rh@gmail.com>2025-09-22 16:41:10 +0200
commit8236bc6359fa768e4010da81998cfb7a9f092a42 (patch)
tree2431ebb91f4f8abdd9beea5351c34dacfc22c7c6
parent8491ad3f0b76d9483d55e6664dfe1cafd0c7db71 (diff)
b4s4: Update namespace imports
Change-Id: I646fb32c9cb84ac650e16f6568bdb0c214f53290
-rwxr-xr-xbonito/extract-files.py3
-rw-r--r--device.mk3
-rwxr-xr-xsargo/extract-files.py3
3 files changed, 6 insertions, 3 deletions
diff --git a/bonito/extract-files.py b/bonito/extract-files.py
index a8c92de6..37740a14 100755
--- a/bonito/extract-files.py
+++ b/bonito/extract-files.py
@@ -27,7 +27,8 @@ from extract_utils.main import (
namespace_imports = [
'hardware/google/interfaces',
'hardware/google/pixel',
- 'hardware/qcom/sdm845',
+ 'hardware/qcom/sdm845/display',
+ 'hardware/qcom/sdm845/gps',
'hardware/qcom/wlan/legacy',
]
diff --git a/device.mk b/device.mk
index 926369f6..4c31fc98 100644
--- a/device.mk
+++ b/device.mk
@@ -22,7 +22,8 @@ PRODUCT_SOONG_NAMESPACES += \
hardware/google/camera \
hardware/google/interfaces \
hardware/google/pixel \
- hardware/qcom/sdm845 \
+ hardware/qcom/sdm845/display \
+ hardware/qcom/sdm845/gps \
hardware/qcom/wlan/legacy \
hardware/qcom-caf/bootctrl \
vendor/qcom/opensource/data-ipa-cfg-mgr-legacy-um
diff --git a/sargo/extract-files.py b/sargo/extract-files.py
index 6eaeaaa8..ee29c64c 100755
--- a/sargo/extract-files.py
+++ b/sargo/extract-files.py
@@ -27,7 +27,8 @@ from extract_utils.main import (
namespace_imports = [
'hardware/google/interfaces',
'hardware/google/pixel',
- 'hardware/qcom/sdm845',
+ 'hardware/qcom/sdm845/display',
+ 'hardware/qcom/sdm845/gps',
'hardware/qcom/wlan/legacy',
]