From e8257411779f901d603178cc758f51bf473316d6 Mon Sep 17 00:00:00 2001 From: AdarshGrewal Date: Sun, 17 Aug 2025 11:49:40 +0530 Subject: [PATCH] peridot: Add vendor soong imports to extract Change-Id: Ibeb72966c9f524d8f2239368789380a3eb863466 --- Android.bp | 7 +++++++ 1 file changed, 7 insertions(+) diff --git a/Android.bp b/Android.bp index 18f73b3..51243b3 100644 --- a/Android.bp +++ b/Android.bp @@ -4,6 +4,13 @@ soong_namespace { imports: [ + "hardware/qcom-caf/sm8650", + "hardware/qcom-caf/wlan", + "hardware/xiaomi", + "vendor/qcom/opensource/commonsys/display", + "vendor/qcom/opensource/commonsys-intf/display", + "vendor/qcom/opensource/dataservices", + "vendor/qcom/opensource/display", ], }