From d075507ba7114cc765fb4dd6a7c4635eebcd8957 Mon Sep 17 00:00:00 2001 From: Rodney Etienne Date: Tue, 23 Sep 2025 13:26:58 -0400 Subject: [PATCH] pyxis: Fix qcom hardware Soong namespace --- extract-files.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/extract-files.py b/extract-files.py index 96c7137..887bc8e 100755 --- a/extract-files.py +++ b/extract-files.py @@ -21,7 +21,7 @@ from extract_utils.main import ( ) namespace_imports = [ - 'hardware/qcom/sdm845', + 'hardware/qcom-caf/sdm845', 'hardware/xiaomi', 'vendor/xiaomi/sdm710-common', ]