From 17caded1192d4783774a9884efc38eecc0167b12 Mon Sep 17 00:00:00 2001 From: Aaron Kling Date: Fri, 17 Jan 2025 23:59:33 +0530 Subject: [PATCH] fogos: 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 088551c..8b0cdd6 100644 --- a/Android.bp +++ b/Android.bp @@ -5,6 +5,15 @@ soong_namespace { imports: [ "vendor/motorola/sm6375-common", + "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", ], }