From e11dbfae6348b34300fcc8bf95333bc0f4f014f6 Mon Sep 17 00:00:00 2001 From: Aaron Kling Date: Fri, 17 Jan 2025 23:58:54 +0530 Subject: [PATCH] sm6375-common: Add vendor soong imports to extract Change-Id: Ib19e69dc35af6b04519eeb695228af65f3d01d2a --- Android.bp | 9 +++++++++ 1 file changed, 9 insertions(+) diff --git a/Android.bp b/Android.bp index b746d20..42ee996 100644 --- a/Android.bp +++ b/Android.bp @@ -4,6 +4,15 @@ soong_namespace { imports: [ + "device/motorola/sm6375-common", + "hardware/qcom-caf/common/libqti-perfd-client", + "hardware/qcom-caf/sm8350", + "hardware/qcom-caf/wlan", + "hardware/motorola", + "vendor/qcom/opensource/commonsys/display", + "vendor/qcom/opensource/commonsys-intf/display", + "vendor/qcom/opensource/dataservices", + "vendor/qcom/opensource/display", ], }