From 0e04e3678db2c8c103cf95d56cc1ce72ae9be0bf Mon Sep 17 00:00:00 2001 From: Aaron Kling Date: Tue, 29 Aug 2023 15:58:31 -0500 Subject: [PATCH] sm6250-common: Add vendor soong imports to extract Change-Id: Ib19e69dc35af6b04519eeb695228af65f3d01d2a --- Android.bp | 10 ++++++++++ 1 file changed, 10 insertions(+) diff --git a/Android.bp b/Android.bp index 1fe5a77..d4b7ace 100644 --- a/Android.bp +++ b/Android.bp @@ -3,6 +3,16 @@ // soong_namespace { + imports: [ + "device/xiaomi/sm6250-common", + "hardware/qcom-caf/sm8150", + "hardware/qcom-caf/wlan", + "hardware/xiaomi", + "vendor/qcom/opensource/commonsys-intf/display", + "vendor/qcom/opensource/commonsys/display", + "vendor/qcom/opensource/dataservices", + "vendor/qcom/opensource/display", + ], } cc_prebuilt_library_shared {