From 690e2f05df632e7b5fcd46948747fb47ca3c614e Mon Sep 17 00:00:00 2001 From: Michael Bestas Date: Sun, 14 Sep 2025 16:56:00 +0300 Subject: [PATCH] crosshatch: Update namespace imports Change-Id: I9571124c3c5654c9b2f28f8258b8088733f45809 --- Android.bp | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/Android.bp b/Android.bp index 01f0c10..6479b11 100644 --- a/Android.bp +++ b/Android.bp @@ -6,7 +6,8 @@ soong_namespace { imports: [ "hardware/google/interfaces", "hardware/google/pixel", - "hardware/qcom/sdm845", + "hardware/qcom/sdm845/display", + "hardware/qcom/sdm845/gps", "hardware/qcom/wlan/legacy", ], }