marble: add needed imports to soong_namespace in Android.bp

This commit is contained in:
2025-06-16 08:45:07 +09:00
parent 2965cc8045
commit 86d051b59b

View File

@ -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",
]
}