diff options
| author | Michael Bestas <mkbestas@lineageos.org> | 2025-09-12 18:43:08 +0300 |
|---|---|---|
| committer | Siluxsept <ronny.horn.rh@gmail.com> | 2025-09-22 16:41:10 +0200 |
| commit | 8236bc6359fa768e4010da81998cfb7a9f092a42 (patch) | |
| tree | 2431ebb91f4f8abdd9beea5351c34dacfc22c7c6 | |
| parent | 8491ad3f0b76d9483d55e6664dfe1cafd0c7db71 (diff) | |
b4s4: Update namespace imports
Change-Id: I646fb32c9cb84ac650e16f6568bdb0c214f53290
| -rwxr-xr-x | bonito/extract-files.py | 3 | ||||
| -rw-r--r-- | device.mk | 3 | ||||
| -rwxr-xr-x | sargo/extract-files.py | 3 |
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', ] @@ -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', ] |
