From 86d051b59ba5b30d425956b19944a6b3d1e29cdb Mon Sep 17 00:00:00 2001 From: naijun0403 Date: Mon, 16 Jun 2025 08:45:07 +0900 Subject: [PATCH] marble: add needed imports to soong_namespace in Android.bp --- Android.bp | 10 +++++++++- 1 file changed, 9 insertions(+), 1 deletion(-) diff --git a/Android.bp b/Android.bp index 16578c7..6671740 100644 --- a/Android.bp +++ b/Android.bp @@ -5,5 +5,13 @@ // soong_namespace { - imports: [] + imports: [ + "hardware/google/interfaces", + "hardware/google/pixel", + "hardware/lineage/interfaces/power-libperfmgr", + "hardware/qcom-caf/common/libqti-perfd-client", + "hardware/xiaomi", + "vendor/qcom/opensource/usb/etc", + "vendor/qcom/opensource/commonsys-intf/display", + ] } \ No newline at end of file