From a615f6c3fa700961e9abe8b97f42d367a7fe20f0 Mon Sep 17 00:00:00 2001 From: Aaron Kling Date: Tue, 29 Aug 2023 15:58:31 -0500 Subject: [PATCH] sm7325-common: Add vendor soong imports to extract Change-Id: I973ae566350bedeb69334785c89054a765855227 --- Android.bp | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/Android.bp b/Android.bp index 601b943..760929e 100644 --- a/Android.bp +++ b/Android.bp @@ -4,6 +4,11 @@ soong_namespace { imports: [ + "device/motorola/sm7325-common", + "hardware/qcom-caf/sm8350", + "hardware/qcom-caf/wlan", + "vendor/qcom/opensource/dataservices", + "vendor/qcom/opensource/display", ], }